core: removed nonce resetting from the block processor.
All nonce error handling has been moved to the worker
This commit is contained in:
@ -62,6 +62,7 @@ func (ms *ManagedState) NewNonce(addr common.Address) uint64 {
|
||||
}
|
||||
}
|
||||
account.nonces = append(account.nonces, true)
|
||||
|
||||
return uint64(len(account.nonces)-1) + account.nstart
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user