Skip to content

Commit dc40c0a

Browse files
committed
Rename function
1 parent 2cfa935 commit dc40c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/batcher/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ impl Batcher {
295295
.unwrap_or(U256::max_value())
296296
}
297297

298-
async fn update_user_state_on_entry_removal(
298+
async fn update_evicted_user_state(
299299
&self,
300300
removed_entry: &types::batch_queue::BatchQueueEntry,
301301
batch_queue: &types::batch_queue::BatchQueue,
@@ -937,7 +937,7 @@ impl Batcher {
937937
removed_entry.nonced_verification_data.nonce
938938
);
939939

940-
self.update_user_state_on_entry_removal(
940+
self.update_evicted_user_state(
941941
&removed_entry,
942942
&batch_state_lock.batch_queue,
943943
)

0 commit comments

Comments
 (0)