From 8702e068d576c6a30fbde1f1543ce5c7e2f510f2 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Thu, 22 Jun 2017 19:20:06 +0200 Subject: Remove a left-over odd-length hex string --- .../stEIP150singleCodeGasPrices/RawExtCodeCopyGasFiller.json | 2 +- .../stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGasFiller.json | 2 +- .../stEIP150singleCodeGasPrices/RawExtCodeSizeGasFiller.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeCopyGasFiller.json b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeCopyGasFiller.json index d2e273c44..dd543febf 100644 --- a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeCopyGasFiller.json +++ b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeCopyGasFiller.json @@ -46,7 +46,7 @@ { "094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "", - "code" : "0x112233445566778899101112131415161718191202122232425", + "code" : "0x0112233445566778899101112131415161718191202122232425", "nonce" : "0", "storage" : { } diff --git a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGasFiller.json b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGasFiller.json index f0de2a8cf..424e53a52 100644 --- a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGasFiller.json +++ b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeCopyMemoryGasFiller.json @@ -46,7 +46,7 @@ { "094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "", - "code" : "0x112233445566778899101112131415161718191202122232425", + "code" : "0x0112233445566778899101112131415161718191202122232425", "nonce" : "0", "storage" : { } diff --git a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeSizeGasFiller.json b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeSizeGasFiller.json index 9c4d2257e..ab732a826 100644 --- a/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeSizeGasFiller.json +++ b/src/GeneralStateTestsFiller/stEIP150singleCodeGasPrices/RawExtCodeSizeGasFiller.json @@ -46,7 +46,7 @@ { "094f5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "", - "code" : "0x112233445566778899101112131415161718191202122232425", + "code" : "0x0112233445566778899101112131415161718191202122232425", "nonce" : "0", "storage" : { } -- cgit v1.2.3