Set proper message value

This commit is contained in:
obscuren
2014-12-02 22:37:45 +01:00
parent edc52bdcbf
commit f778922086
4 changed files with 32 additions and 34 deletions

View File

@ -317,7 +317,7 @@ func BlockDo(ethereum *eth.Ethereum, hash []byte) error {
parent := ethereum.ChainManager().GetBlock(block.PrevHash)
_, err := ethereum.BlockManager().ApplyDiff(parent.State(), parent, block)
_, err := ethereum.BlockManager().TransitionState(parent.State(), parent, block)
if err != nil {
return err
}