diff options
| author | winsvega <winsvega@mail.ru> | 2017-06-22 16:54:36 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-22 16:54:36 +0800 |
| commit | abef4f507eadd485c893ceda2acabc84a93fc897 (patch) | |
| tree | e16e86b39657f8fed38fcd6d17ae2d9195bfda6d /src/TransactionTestsFiller/Metropolis/ttTransactionTestFiller.json | |
| parent | 59461d43b82f62ec37a682052c7a30ca461115e1 (diff) | |
| parent | 887de2d42263b5e882e52f8e730173cac72bf196 (diff) | |
| download | dexon-tests-abef4f507eadd485c893ceda2acabc84a93fc897.tar dexon-tests-abef4f507eadd485c893ceda2acabc84a93fc897.tar.gz dexon-tests-abef4f507eadd485c893ceda2acabc84a93fc897.tar.bz2 dexon-tests-abef4f507eadd485c893ceda2acabc84a93fc897.tar.lz dexon-tests-abef4f507eadd485c893ceda2acabc84a93fc897.tar.xz dexon-tests-abef4f507eadd485c893ceda2acabc84a93fc897.tar.zst dexon-tests-abef4f507eadd485c893ceda2acabc84a93fc897.zip | |
Merge pull request #190 from ethereum/odd-length
Add missing '0's in calldata. The hex strings were of odd length
Diffstat (limited to 'src/TransactionTestsFiller/Metropolis/ttTransactionTestFiller.json')
| -rw-r--r-- | src/TransactionTestsFiller/Metropolis/ttTransactionTestFiller.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/TransactionTestsFiller/Metropolis/ttTransactionTestFiller.json b/src/TransactionTestsFiller/Metropolis/ttTransactionTestFiller.json index 499db8692..b4d8d1dbc 100644 --- a/src/TransactionTestsFiller/Metropolis/ttTransactionTestFiller.json +++ b/src/TransactionTestsFiller/Metropolis/ttTransactionTestFiller.json @@ -278,7 +278,7 @@ "blocknumber" : "3000000", "transaction" : { - "data" : "0x000000000000000000000000000000000000000000000000000000000", + "data" : "0x0000000000000000000000000000000000000000000000000000000000", "gasLimit" : "25000", "gasPrice" : "1", "nonce" : "0", @@ -296,7 +296,7 @@ "blocknumber" : "3000000", "transaction" : { - "data" : "0x010000000000000000000000000000000000000000000000000000000", + "data" : "0x0100000000000000000000000000000000000000000000000000000000", "gasLimit" : "25000", "gasPrice" : "1", "nonce" : "0", @@ -314,7 +314,7 @@ "blocknumber" : "3000000", "transaction" : { - "data" : "0x000000000000000000000000001000000000000000000000000000000", + "data" : "0x000000000000000000000000001000000000000000000000000000000000", "gasLimit" : "25000", "gasPrice" : "1", "nonce" : "0", @@ -967,7 +967,7 @@ "gasLimit" : "21000", "gasPrice" : "1", "nonce" : "0", - "to" : "b9331677e6ebf", + "to" : "0b9331677e6ebf", "value" : "10", "v" : "28", "r" : "0x98ff921201554726367d2be8c804a7ff89ccf285ebc57dff8ae4c44b9c19ac4a", |
