mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-05 18:42:19 +00:00
save
This commit is contained in:
parent
7776dcc461
commit
9050852cba
@ -602,9 +602,9 @@ func (sc *SendersCache) flush(tx kv.RwTx, byNonce *ByNonce, sendersWithoutTransa
|
||||
sendersWithoutTransactions.Add(id)
|
||||
}
|
||||
}
|
||||
if ASSERT {
|
||||
sort.Slice(justInserted, func(i, j int) bool { return justInserted[i] < justInserted[j] })
|
||||
}
|
||||
//if ASSERT {
|
||||
// sort.Slice(justInserted, func(i, j int) bool { return justInserted[i] < justInserted[j] })
|
||||
//}
|
||||
|
||||
v := make([]byte, 8, 8+32)
|
||||
for id, info := range sc.senderInfo {
|
||||
|
Loading…
Reference in New Issue
Block a user