fixed tests

This commit is contained in:
obscuren
2015-04-01 11:42:02 +02:00
parent 0a554a1f27
commit f468364e4d
2 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ func TestNull(t *testing.T) {
state := New(common.Hash{}, db)
address := common.HexToAddress("0x823140710bf13990e4500136726d8b55")
state.NewStateObject(address)
state.CreateAccount(address)
//value := common.FromHex("0x823140710bf13990e4500136726d8b55")
value := make([]byte, 16)
state.SetState(address, common.Hash{}, value)