mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-09 12:31:21 +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
|
return err
|
||||||
}
|
}
|
||||||
if len(vv) == 0 {
|
if len(vv) == 0 {
|
||||||
|
fmt.Printf("%x,%x,%x\n", k, v, vv)
|
||||||
panic("no-no")
|
panic("no-no")
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
Reference in New Issue
Block a user