diff options
author | Determinant <[email protected]> | 2020-09-18 13:09:22 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-09-18 13:09:22 -0400 |
commit | 3ea6a7940e40677b629270dfc7a1466bca295bd3 (patch) | |
tree | 1a7f65fcd72e77092525ab01625b8b9d365e3e40 /examples/block | |
parent | b0a75c03303fe22f31fe1e1f0fa29a1e1cd78253 (diff) |
clean up the code
Diffstat (limited to 'examples/block')
-rw-r--r-- | examples/block/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/block/main.go b/examples/block/main.go index 89540c6..55fedfe 100644 --- a/examples/block/main.go +++ b/examples/block/main.go @@ -37,7 +37,7 @@ func main() { ByzantiumBlock: big.NewInt(0), ConstantinopleBlock: big.NewInt(0), PetersburgBlock: big.NewInt(0), - IstanbulBlock: nil, + IstanbulBlock: big.NewInt(0), Ethash: nil, } |