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
0e42c04b6c
commit
cac7b798b4
@ -600,7 +600,9 @@ func (sc *SendersCache) flush(tx kv.RwTx, byNonce *ByNonce, sendersWithoutTransa
|
||||
return err
|
||||
}
|
||||
}
|
||||
fmt.Printf("evicted:%d\n", evicted)
|
||||
a, _ := c.Count()
|
||||
|
||||
fmt.Printf("evicted:%d,%d\n", evicted, a)
|
||||
|
||||
for addr, id := range sc.senderIDs {
|
||||
binary.BigEndian.PutUint64(encID, id)
|
||||
|
Loading…
Reference in New Issue
Block a user