From 12ee03027699667f58e022a199b741c2888f2b60 Mon Sep 17 00:00:00 2001 From: erhant Date: Wed, 10 Jun 2026 22:16:19 +0300 Subject: [PATCH] tiny lint err --- lez/common/src/transaction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lez/common/src/transaction.rs b/lez/common/src/transaction.rs index 60e3dcd9..19b25b6d 100644 --- a/lez/common/src/transaction.rs +++ b/lez/common/src/transaction.rs @@ -137,7 +137,7 @@ impl LeeTransaction { /// tag that lets the sequencer bypass the guard is not carried in the block, /// so the indexer cannot yet distinguish deposit txs from user txs. /// - /// REMOVE ME when the indexer can authenticate deposit transactions + /// REMOVE ME when the indexer can authenticate deposit transactions. pub fn execute_unchecked_on_state( self, state: &mut V03State,