From 0889627e60846dae0537554fa1c4e569dbdc23ce Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Mon, 11 Mar 2024 02:20:51 -0400 Subject: [PATCH] Typo fix for prior commit --- coordinator/src/substrate/cosign.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coordinator/src/substrate/cosign.rs b/coordinator/src/substrate/cosign.rs index aa585f2f..00560763 100644 --- a/coordinator/src/substrate/cosign.rs +++ b/coordinator/src/substrate/cosign.rs @@ -289,7 +289,7 @@ async fn advance_cosign_protocol_inner( // If this TX is committed, always start future scanning from the next block ScanCosignFrom::set(&mut txn, &(block + 1)); // Since we're scanning *from* the next block, tidy the cache - BlockHasEventsCache::del(&mut txn, &block); + BlockHasEventsCache::del(&mut txn, block); } if let Some((number, hash)) = to_cosign {