aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorwinsvega <winsvega@mail.ru>2019-01-05 05:42:48 +0800
committerGitHub <noreply@github.com>2019-01-05 05:42:48 +0800
commiteeda3b1901619a543a0f3027127ee60924c5c11f (patch)
tree98d8cbcd9df519632221cb8f8bb83c29ee3418e8 /src
parent253e99861fe406c7b1daf3d6a0c40906e8a8fd8f (diff)
parent8a574f7bfdbff58661e3c00949977310d516929c (diff)
downloaddexon-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.json2
-rw-r--r--src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json2
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",