We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfa935 commit dc40c0aCopy full SHA for dc40c0a
1 file changed
crates/batcher/src/lib.rs
@@ -295,7 +295,7 @@ impl Batcher {
295
.unwrap_or(U256::max_value())
296
}
297
298
- async fn update_user_state_on_entry_removal(
+ async fn update_evicted_user_state(
299
&self,
300
removed_entry: &types::batch_queue::BatchQueueEntry,
301
batch_queue: &types::batch_queue::BatchQueue,
@@ -937,7 +937,7 @@ impl Batcher {
937
removed_entry.nonced_verification_data.nonce
938
);
939
940
- self.update_user_state_on_entry_removal(
+ self.update_evicted_user_state(
941
&removed_entry,
942
&batch_state_lock.batch_queue,
943
)
0 commit comments