diff options
author | Determinant <[email protected]> | 2020-09-17 00:25:32 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-09-17 00:25:32 -0400 |
commit | 7063564c571bcdc94b981db7ed3707902f0466d0 (patch) | |
tree | de83b7a24cce909c778f549775319059d1b7c2d6 /examples/multicoin | |
parent | 3ddf58c70d33f85c9d3521f34e4c3fba0deca1e3 (diff) |
disable snapshot
Diffstat (limited to 'examples/multicoin')
-rw-r--r-- | examples/multicoin/main.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/multicoin/main.go b/examples/multicoin/main.go index fc379d4..bfad5ca 100644 --- a/examples/multicoin/main.go +++ b/examples/multicoin/main.go @@ -64,6 +64,9 @@ func main() { genKey := coreth.NewKeyFromECDSA(hk) config.Genesis = genesisBlock + config.TrieCleanCache += config.SnapshotCache + config.SnapshotCache = 0 + // grab the control of block generation and disable auto uncle config.Miner.ManualMining = true config.Miner.ManualUncle = true |