From e571d901491792869ade6b56907abd491e2aa51e Mon Sep 17 00:00:00 2001 From: cdetrio Date: Mon, 7 Aug 2017 18:38:11 -0400 Subject: add 0x prefix to state test transaction data --- GeneralStateTests/stRevertTest/RevertDepthCreateOOG.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GeneralStateTests/stRevertTest/RevertDepthCreateOOG.json') diff --git a/GeneralStateTests/stRevertTest/RevertDepthCreateOOG.json b/GeneralStateTests/stRevertTest/RevertDepthCreateOOG.json index 3da894a99..d1278f7f5 100644 --- a/GeneralStateTests/stRevertTest/RevertDepthCreateOOG.json +++ b/GeneralStateTests/stRevertTest/RevertDepthCreateOOG.json @@ -532,8 +532,8 @@ }, "transaction" : { "data" : [ - "000000000000000000000000000000000000000000000000000000000000ea60", - "000000000000000000000000000000000000000000000000000000000001ea60" + "0x000000000000000000000000000000000000000000000000000000000000ea60", + "0x000000000000000000000000000000000000000000000000000000000001ea60" ], "gasLimit" : [ "0x01adb0", -- cgit