mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
remove unused line
This commit is contained in:
parent
d804ab92cd
commit
37952f6063
1 changed files with 0 additions and 3 deletions
|
|
@ -410,9 +410,6 @@ func (st *StateTransition) TransitionDb() (*ExecutionResult, error) {
|
||||||
|
|
||||||
if targetAddr := msg.To; targetAddr != nil {
|
if targetAddr := msg.To; targetAddr != nil {
|
||||||
st.evm.AccessEvents.AddTxDestination(targetAddr.Bytes(), msg.Value.Sign() != 0)
|
st.evm.AccessEvents.AddTxDestination(targetAddr.Bytes(), msg.Value.Sign() != 0)
|
||||||
|
|
||||||
// ensure the code size ends up in the access witness
|
|
||||||
st.evm.StateDB.GetCodeSize(*targetAddr)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue