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
937a19167b
commit
380c68fae7
@ -629,6 +629,7 @@ func (sc *SendersCache) flush(tx kv.RwTx, byNonce *ByNonce, sendersWithoutTransa
|
||||
if currentV != nil && bytes.Equal(currentV, encID) {
|
||||
continue
|
||||
}
|
||||
fmt.Printf("Put: %d\n", id)
|
||||
if err := tx.Put(kv.PooledSenderID, []byte(addr), encID); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user