diff options
add 0x prefix to state test transaction data
Diffstat (limited to 'src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_RevertDepthCreateOOGFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_RevertDepthCreateOOGFiller.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_RevertDepthCreateOOGFiller.json b/src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_RevertDepthCreateOOGFiller.json index a0a45db29..db1bde2da 100644 --- a/src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_RevertDepthCreateOOGFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCallNoStateChange/static_RevertDepthCreateOOGFiller.json @@ -160,8 +160,8 @@ "data" : "Call with value to address A, then another call X, in the call X CREATE of account A, OOG -> revert call X.", "data" : "d0g0 - double OOG, d0g1 - OOG inside subcall, d1g0 - OOG after subcall, d1g1 - no OOG", "data" : [ - "000000000000000000000000000000000000000000000000000000000000ea60", - "000000000000000000000000000000000000000000000000000000000001ea60" + "0x000000000000000000000000000000000000000000000000000000000000ea60", + "0x000000000000000000000000000000000000000000000000000000000001ea60" ], "gasLimit" : [ "110000", "160000" |