From 79b1169a9ff0b54ddf3b520a70a79c78ba5c988d Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 21 Oct 2019 14:47:51 -0400 Subject: customize Blockchain code --- examples/counter/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/counter/main.go') diff --git a/examples/counter/main.go b/examples/counter/main.go index db6e1de..5ec83fc 100644 --- a/examples/counter/main.go +++ b/examples/counter/main.go @@ -33,6 +33,7 @@ func checkError(err error) { func main() { // configure the chain config := eth.DefaultConfig + config.ManualCanonical = true chainConfig := ¶ms.ChainConfig{ ChainID: big.NewInt(1), HomesteadBlock: big.NewInt(0), -- cgit v1.2.3