mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
test: add real re-org and p2p txs
This commit is contained in:
parent
f85bb97e80
commit
6dd244bdcf
@ -297,7 +297,6 @@ func setTxSenderID(senderIDs map[string]uint64, senderInfo map[uint64]*senderInf
|
||||
for i := range txs.txs {
|
||||
id, ok := senderIDs[string(txs.senders[i*20:(i+1)*20])]
|
||||
if !ok {
|
||||
panic(134)
|
||||
for i := range senderInfo { //TODO: create field for it?
|
||||
if id < i {
|
||||
id = i
|
||||
|
Loading…
Reference in New Issue
Block a user