diff options
Diffstat (limited to 'src/BlockchainTestsFiller/bcUncleHeaderValidity/correctFiller.json')
-rw-r--r-- | src/BlockchainTestsFiller/bcUncleHeaderValidity/correctFiller.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/bcUncleHeaderValidity/correctFiller.json b/src/BlockchainTestsFiller/bcUncleHeaderValidity/correctFiller.json index 59ff6ed93..427b60627 100644 --- a/src/BlockchainTestsFiller/bcUncleHeaderValidity/correctFiller.json +++ b/src/BlockchainTestsFiller/bcUncleHeaderValidity/correctFiller.json @@ -17,6 +17,7 @@ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347" }, + "sealEngine" : "Ethash", "expect" : [ { "network" : ["Frontier", "Homestead", "EIP150", "EIP158"], @@ -45,6 +46,20 @@ "balance" : "2625000000000000000" } } + }, + { + "network" : [">=Constantinople"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "30" + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "3" + }, + "0000000000000000000000000000000000000000" : { + "balance" : "1750000000000000000" + } + } } ], "pre" : { |