File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ use transaction::eip2718::TypedTransaction;
2929
3030use crate :: AlignedCommands :: DepositToBatcher ;
3131use crate :: AlignedCommands :: GetUserBalance ;
32- use crate :: AlignedCommands :: GetUserNonce ;
3332use crate :: AlignedCommands :: GetUserFirstNonce ;
33+ use crate :: AlignedCommands :: GetUserNonce ;
3434use crate :: AlignedCommands :: GetVkCommitment ;
3535use crate :: AlignedCommands :: Submit ;
3636use crate :: AlignedCommands :: VerifyProofOnchain ;
@@ -60,7 +60,10 @@ pub enum AlignedCommands {
6060 GetUserBalance ( GetUserBalanceArgs ) ,
6161 #[ clap( about = "Get user nonce from the batcher" , name = "get-user-nonce" ) ]
6262 GetUserNonce ( GetUserNonceArgs ) ,
63- #[ clap( about = "Get the first user nonce from ethereum" , name = "get-user-first-nonce" ) ]
63+ #[ clap(
64+ about = "Get the first user nonce from ethereum" ,
65+ name = "get-user-first-nonce"
66+ ) ]
6467 GetUserFirstNonce ( GetUserFirstNonceArgs ) ,
6568}
6669
You can’t perform that action at this time.
0 commit comments