forked from TrueCloudLab/neoneo-go
Merge pull request #1588 from nspcc-dev/keep-only-latest-in-the-config
config: add KeepOnlyLatestState setting where EnableStateRoot is set
This commit is contained in:
commit
75c4251a06
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