mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-03 09:29:46 +00:00
Typo fix for prior commit
This commit is contained in:
parent
ace41c79fd
commit
0889627e60
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ async fn advance_cosign_protocol_inner(
|
||||||
// If this TX is committed, always start future scanning from the next block
|
// If this TX is committed, always start future scanning from the next block
|
||||||
ScanCosignFrom::set(&mut txn, &(block + 1));
|
ScanCosignFrom::set(&mut txn, &(block + 1));
|
||||||
// Since we're scanning *from* the next block, tidy the cache
|
// 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 {
|
if let Some((number, hash)) = to_cosign {
|
||||||
|
|
Loading…
Reference in a new issue