forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Description
- executionResults.Sender.Nonces in are not correct? They are fetched after the whole block execution
go-ethereum/core/blockchain.go
Lines 1376 to 1381 in 40e8f08
evmTrace.Sender = &types.AccountProofWrapper{ Address: from, Nonce: state.GetNonce(from), Balance: state.GetBalance(from), CodeHash: state.GetCodeHash(from), }
Metadata
Metadata
Assignees
Labels
No labels