Rebase cleanup

This commit is contained in:
Taylor Gerring
2015-06-18 22:27:44 +02:00
parent 01ec4dbb12
commit baea8e87e5
2 changed files with 1 additions and 30 deletions

View File

@ -130,7 +130,7 @@ func runVmTest(test VmTest) error {
vexp := common.HexToHash(value)
if v != vexp {
return fmt.Errorf("(%x: %s) storage failed. Expected %x, got %x (%v %v)\n", obj.Address().Bytes()[0:4], addr, vexp, v, vexp.BigD(vexp), v.Big(v))
return fmt.Errorf("(%x: %s) storage failed. Expected %x, got %x (%v %v)\n", obj.Address().Bytes()[0:4], addr, vexp, v, vexp.Big(), v.Big())
}
}
}