Gas corrections and vm fixes

This commit is contained in:
obscuren
2014-12-18 21:58:26 +01:00
parent 5ad473d758
commit 198cc69357
8 changed files with 116 additions and 83 deletions

View File

@ -115,7 +115,7 @@ done:
cb := state.GetStateObject(coinbase.Address())
st := NewStateTransition(cb, tx, state, block)
err = st.TransitionState()
_, err = st.TransitionState()
if err != nil {
switch {
case IsNonceErr(err):