mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 11:32:20 +00:00
add state check assert routine
This commit is contained in:
parent
ebc17c1113
commit
f34a3dffad
@ -626,6 +626,7 @@ func (sc *SendersCache) flush(tx kv.RwTx, byNonce *ByNonce) error {
|
||||
return err
|
||||
}
|
||||
if len(vv) == 0 {
|
||||
fmt.Printf("%x,%x,%x\n", k, v, vv)
|
||||
panic("no-no")
|
||||
}
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user