diff options
author | winsvega <winsvega@mail.ru> | 2019-01-05 05:42:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-05 05:42:48 +0800 |
commit | eeda3b1901619a543a0f3027127ee60924c5c11f (patch) | |
tree | 98d8cbcd9df519632221cb8f8bb83c29ee3418e8 /src | |
parent | 253e99861fe406c7b1daf3d6a0c40906e8a8fd8f (diff) | |
parent | 8a574f7bfdbff58661e3c00949977310d516929c (diff) | |
download | dexon-tests-eeda3b1901619a543a0f3027127ee60924c5c11f.tar dexon-tests-eeda3b1901619a543a0f3027127ee60924c5c11f.tar.gz dexon-tests-eeda3b1901619a543a0f3027127ee60924c5c11f.tar.bz2 dexon-tests-eeda3b1901619a543a0f3027127ee60924c5c11f.tar.lz dexon-tests-eeda3b1901619a543a0f3027127ee60924c5c11f.tar.xz dexon-tests-eeda3b1901619a543a0f3027127ee60924c5c11f.tar.zst dexon-tests-eeda3b1901619a543a0f3027127ee60924c5c11f.zip |
Merge pull request #577 from ethereum/fixtest
change genesis gasUsed to 0 in dataTx tests
Diffstat (limited to 'src')
-rw-r--r-- | src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json | 2 | ||||
-rw-r--r-- | src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json b/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json index 0ef5666b5..a5f91e622 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json @@ -6,7 +6,7 @@ "difficulty" : "131072", "extraData" : "0x42", "gasLimit" : "3141592", - "gasUsed" : "100", + "gasUsed" : "0", "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "nonce" : "0x0102030405060708", "number" : "0", diff --git a/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json b/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json index 6f203244b..3c4484a54 100644 --- a/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json +++ b/src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json @@ -6,7 +6,7 @@ "difficulty" : "131072", "extraData" : "0x42", "gasLimit" : "3141592", - "gasUsed" : "100", + "gasUsed" : "0", "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "nonce" : "0x0102030405060708", "number" : "0", |