diff options
author | Determinant <[email protected]> | 2019-09-25 17:27:38 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-09-25 17:27:38 -0400 |
commit | d4db89bc68208c3b31e6439347d0648936bf7d73 (patch) | |
tree | 03ccaa3b027a888368c6039f0f5509258dd34d0e /examples/counter | |
parent | 083d6fdeeb166ac280748da735b11363075b7136 (diff) |
...
Diffstat (limited to 'examples/counter')
-rw-r--r-- | examples/counter/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/counter/main.go b/examples/counter/main.go index 724a1f7..8dfb6bf 100644 --- a/examples/counter/main.go +++ b/examples/counter/main.go @@ -92,7 +92,7 @@ func main() { gasPrice := big.NewInt(1000000000) blockCount := 0 - chain := coreth.NewETHChain(&config, nil) + chain := coreth.NewETHChain(&config, nil, nil) log.Info(chain.GetGenesisBlock().Hash().Hex()) firstBlock := false var contractAddr common.Address |