File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -844,7 +844,6 @@ impl Batcher {
844844 return Ok ( ( ) ) ;
845845 } ;
846846
847-
848847 let addr;
849848 let signature = client_msg. signature ;
850849 let nonced_verification_data;
@@ -908,7 +907,6 @@ impl Batcher {
908907 return Ok ( ( ) ) ;
909908 } ;
910909
911-
912910 // If the user state was not present, we need to get the nonce from the Ethereum contract and update the dummy user state
913911 if !is_user_in_state {
914912 let ethereum_user_nonce = match self . get_user_nonce_from_ethereum ( addr) . await {
@@ -1005,7 +1003,6 @@ impl Batcher {
10051003 return Ok ( ( ) ) ;
10061004 }
10071005
1008-
10091006 if !self
10101007 . verify_proof_if_enabled (
10111008 & nonced_verification_data. verification_data ,
@@ -1127,7 +1124,6 @@ impl Batcher {
11271124 }
11281125 }
11291126
1130-
11311127 // * ---------------------------------------------------------------------*
11321128 // * Add message data into the queue and update user state *
11331129 // * ---------------------------------------------------------------------*
You can’t perform that action at this time.
0 commit comments