mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
remove println on bad opcode
Fixes fill of opcode validiiy tests
This commit is contained in:
parent
cb57738452
commit
8d68a86bf0
1 changed files with 0 additions and 1 deletions
|
|
@ -520,7 +520,6 @@ func (st *StateTransition) TransitionDb() (*ExecutionResult, error) {
|
|||
st.gasRemaining = 0
|
||||
st.state.SetNonce(msg.From, st.state.GetNonce(sender.Address())+1)
|
||||
}
|
||||
fmt.Println(vmerr)
|
||||
} else {
|
||||
ret, st.gasRemaining, vmerr = st.evm.Call(sender, st.to(), msg.Data, st.gasRemaining, value)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue