We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84d2a1 commit 19febecCopy full SHA for 19febec
1 file changed
batcher/aligned-batcher/src/lib.rs
@@ -1088,17 +1088,6 @@ impl Batcher {
1088
1089
info!("Current batch queue length: {}", queue_len);
1090
1091
- let mut proof_submitter_addr = proof_submitter_addr;
1092
-
1093
- // If the proof submitter is the nonpaying one, we should update the state
1094
- // of the replacement address.
1095
- proof_submitter_addr = if self.has_to_pay(&proof_submitter_addr) {
1096
- self.get_nonpaying_replacement_addr()
1097
- .unwrap_or(proof_submitter_addr)
1098
- } else {
1099
- proof_submitter_addr
1100
- };
1101
1102
let Some(user_proof_count) = batch_state_lock
1103
.get_user_proof_count(&proof_submitter_addr)
1104
.await
0 commit comments