mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 11:32:20 +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)
|
sendersWithoutTransactions.Add(id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ASSERT {
|
//if ASSERT {
|
||||||
sort.Slice(justInserted, func(i, j int) bool { return justInserted[i] < justInserted[j] })
|
// sort.Slice(justInserted, func(i, j int) bool { return justInserted[i] < justInserted[j] })
|
||||||
}
|
//}
|
||||||
|
|
||||||
v := make([]byte, 8, 8+32)
|
v := make([]byte, 8, 8+32)
|
||||||
for id, info := range sc.senderInfo {
|
for id, info := range sc.senderInfo {
|
||||||
|
Loading…
Reference in New Issue
Block a user