mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-04 19:19:44 +00:00
config: add KeepOnlyLatestState setting where EnableStateRoot is set
With its default value set to `false`.
This commit is contained in:
parent
64d0876fc0
commit
73bb2c2543
3 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ ProtocolConfiguration:
|
|||
SecondsPerBlock: 15
|
||||
EnableStateRoot: true
|
||||
StateRootEnableIndex: 6016000
|
||||
KeepOnlyLatestState: false
|
||||
LowPriorityThreshold: 0.001
|
||||
MemPoolSize: 50000
|
||||
StandbyValidators:
|
||||
|
|
|
@ -4,6 +4,7 @@ ProtocolConfiguration:
|
|||
SecondsPerBlock: 15
|
||||
EnableStateRoot: true
|
||||
StateRootEnableIndex: 4380100
|
||||
KeepOnlyLatestState: false
|
||||
LowPriorityThreshold: 0.000
|
||||
MemPoolSize: 50000
|
||||
StandbyValidators:
|
||||
|
|
|
@ -3,6 +3,7 @@ ProtocolConfiguration:
|
|||
AddressVersion: 23
|
||||
SecondsPerBlock: 15
|
||||
EnableStateRoot: true
|
||||
KeepOnlyLatestState: false
|
||||
LowPriorityThreshold: 0.000
|
||||
MemPoolSize: 50000
|
||||
StandbyValidators:
|
||||
|
|
Loading…
Reference in a new issue