mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-31 17:13:57 +00:00
rm unnecessary line
Co-authored-by: Delweng <delweng@gmail.com>
This commit is contained in:
parent
ee58cc79d9
commit
dc1175e3e1
1 changed files with 0 additions and 1 deletions
|
|
@ -169,7 +169,6 @@ func (t *prestateTracer) CaptureTxStart(env *vm.EVM, tx *types.Transaction) {
|
|||
t.to = crypto.CreateAddress(from, env.StateDB.GetNonce(from))
|
||||
} else {
|
||||
t.to = *tx.To()
|
||||
t.create = false
|
||||
}
|
||||
|
||||
t.lookupAccount(from)
|
||||
|
|
|
|||
Loading…
Reference in a new issue