diff options
add 0x prefix to state test transaction data
Diffstat (limited to 'GeneralStateTests/stRevertTest/RevertDepthCreateAddressCollision.json')
-rw-r--r-- | GeneralStateTests/stRevertTest/RevertDepthCreateAddressCollision.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GeneralStateTests/stRevertTest/RevertDepthCreateAddressCollision.json b/GeneralStateTests/stRevertTest/RevertDepthCreateAddressCollision.json index b3d0e4014..d76dcdf5f 100644 --- a/GeneralStateTests/stRevertTest/RevertDepthCreateAddressCollision.json +++ b/GeneralStateTests/stRevertTest/RevertDepthCreateAddressCollision.json @@ -532,8 +532,8 @@ }, "transaction" : { "data" : [ - "000000000000000000000000000000000000000000000000000000000000ea60", - "000000000000000000000000000000000000000000000000000000000001ea60" + "0x000000000000000000000000000000000000000000000000000000000000ea60", + "0x000000000000000000000000000000000000000000000000000000000001ea60" ], "gasLimit" : [ "0x01adb0", |