diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/BlockchainTestsFiller/TestNetwork/bcMetropolisFiller.json | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/TestNetwork/bcMetropolisFiller.json b/src/BlockchainTestsFiller/TestNetwork/bcMetropolisFiller.json index 74d82778d..fe27ae732 100644 --- a/src/BlockchainTestsFiller/TestNetwork/bcMetropolisFiller.json +++ b/src/BlockchainTestsFiller/TestNetwork/bcMetropolisFiller.json @@ -19,7 +19,7 @@ }, "expect" : { "1000000000000000000000000000000000000001" : { - "balance" : "1" + "balance" : "2" } }, "pre" : { @@ -338,6 +338,26 @@ ], "uncleHeaders" : [ ] + }, + { + "blocknumber" : "20", + "blockHeader" : { + "RelTimestamp" : "1000", + "updatePoW" : "1" + }, + "transactions" : [ + { + "data" : "", + "gasLimit" : "60000", + "gasPrice" : "1", + "nonce" : "1", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000001", + "value" : "1" + } + ], + "uncleHeaders" : [ + ] } ] } |