We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1237c49 + 6ae59e0 commit 037e615Copy full SHA for 037e615
1 file changed
aggregation_mode/cli/src/commands/mod.rs
@@ -1,8 +1,8 @@
1
use crate::commands::{deposit::SendPaymentArgs, submit::SubmitCommand, verify::VerifyOnChainArgs};
2
use clap::{Parser, Subcommand};
3
4
-mod helpers;
5
pub mod deposit;
+mod helpers;
6
pub mod submit;
7
pub mod verify;
8
0 commit comments