fixed tests
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user