core: update blockchain.go

Felix Lange 1 week ago
parent 871dd272cf
commit abac2cb21c
  1. 2
      core/blockchain.go

@ -134,7 +134,7 @@ const (
//
// - Version 9
// * Total difficulty has been removed from both the key-value store and the
// ancient store, the td freezer table has been deprecated since that.
// ancient store, the td freezer table has been deprecated.
// * The metadata structure of freezer is changed by adding 'flushOffset'
BlockChainVersion uint64 = 9
)

Loading…
Cancel
Save