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