Set proper message value
This commit is contained in:
		| @@ -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 | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user