Skip to content

Commit 037e615

Browse files
committed
Merge branch 'refactor/move-agg-mode-sdk-to-new-dir' into refactor/update-l2-example
2 parents 1237c49 + 6ae59e0 commit 037e615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aggregation_mode/cli/src/commands

aggregation_mode/cli/src/commands/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use crate::commands::{deposit::SendPaymentArgs, submit::SubmitCommand, verify::VerifyOnChainArgs};
22
use clap::{Parser, Subcommand};
33

4-
mod helpers;
54
pub mod deposit;
5+
mod helpers;
66
pub mod submit;
77
pub mod verify;
88

0 commit comments

Comments
 (0)