rm unnecessary line

Co-authored-by: Delweng <delweng@gmail.com>
This commit is contained in:
Sina Mahmoodi 2023-11-07 16:35:13 +03:00 committed by GitHub
parent ee58cc79d9
commit dc1175e3e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)