Skip to content

Commit

Permalink
cmd/evm: correct alloc for t8n testdata (ethereum#26822)
Browse files Browse the repository at this point in the history
Fixes a minor error in the testdata
  • Loading branch information
gurukamath authored and shekhirin committed Jun 6, 2023
1 parent 8fbb5c2 commit 7aee9bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/evm/testdata/9/env.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"currentCoinbase": "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
"currentDifficulty": "0x20000",
"currentGasTarget": "0x1000000000",
"currentGasLimit": "0x1000000000",
"currentBaseFee": "0x3B9ACA00",
"currentNumber": "0x1000000",
"currentTimestamp": "0x04"
Expand Down
4 changes: 2 additions & 2 deletions cmd/evm/testdata/9/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ $ dir=./testdata/9 && ./evm t8n --state.fork=London --input.alloc=$dir/alloc.jso
"nonce": "0x1"
},
"0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba": {
"balance": "0xbfc02677a000"
"balance": "0x5bb10ddef6e0"
},
"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b": {
"balance": "0xff104fcfea7800",
"balance": "0xff745ee8832120",
"nonce": "0x2"
}
}
Expand Down

0 comments on commit 7aee9bd

Please sign in to comment.