Typo fix for prior commit

This commit is contained in:
Luke Parker 2024-03-11 02:20:51 -04:00
parent ace41c79fd
commit 0889627e60
No known key found for this signature in database

View file

@ -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 {