mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 19:41:19 +00:00
add state check assert routine
This commit is contained in:
parent
380c68fae7
commit
8901748c36
@ -588,7 +588,7 @@ func (sc *SendersCache) flush(tx kv.RwTx, byNonce *ByNonce, sendersWithoutTransa
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if sc.commitID-binary.BigEndian.Uint64(k) < 10 {
|
||||
if sc.commitID-binary.BigEndian.Uint64(k) < 3 {
|
||||
break
|
||||
}
|
||||
for i := 0; i < len(v); i += 8 {
|
||||
|
Loading…
Reference in New Issue
Block a user