From 8a574f7bfdbff58661e3c00949977310d516929c Mon Sep 17 00:00:00 2001 From: Dimitry Date: Fri, 4 Jan 2019 19:35:47 +0300 Subject: change genesis gasUsed to 0 in dataTx tests --- src/BlockchainTestsFiller/bcValidBlockTest/dataTx2Filler.json | 2 +- src/BlockchainTestsFiller/bcValidBlockTest/dataTxFiller.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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", -- cgit v1.2.3