Skip to content

Commit

Permalink
Typo fix for prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Mar 11, 2024
1 parent ace41c7 commit 0889627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/src/substrate/cosign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0889627

Please sign in to comment.