diff options
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", |