mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
core: increment the DB version
DB scheme has been changed.
This commit is contained in:
parent
e8bed184d5
commit
a30e48ff90
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import (
|
|||
// Tuning parameters.
|
||||
const (
|
||||
headerBatchCount = 2000
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
|
||||
defaultInitialGAS = 52000000_00000000
|
||||
defaultMemPoolSize = 50000
|
||||
|
|
Loading…
Reference in a new issue