Skip to content

Commit 4327fdf

Browse files
committed
add revert batch signatures to watcher filter
1 parent 4d69124 commit 4327fdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/watcher/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,8 @@ where
795795
QueueTransaction::SIGNATURE_HASH,
796796
CommitBatch::SIGNATURE_HASH,
797797
FinalizeBatch::SIGNATURE_HASH,
798+
RevertBatch_0::SIGNATURE_HASH,
799+
RevertBatch_1::SIGNATURE_HASH,
798800
]);
799801
let to_block = self
800802
.current_block_number

0 commit comments

Comments
 (0)