forked from TrueCloudLab/neoneo-go
config: add ValidatorsCount to default privnet configuraton
This commit prevents the following error while starting default privnet node: ``` 2020-08-10T15:23:35.733+0300 INFO restoring blockchain {"version": "0.1.0"} could not initialize blockchain: param m cannot be smaller or equal to 1 got 0 ```
This commit is contained in:
parent
4aeaf05f90
commit
b92e90636e
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ ProtocolConfiguration:
|
|||
- 02103a7f7dd016558597f7960d27c516a4394fd968b9e65155eb4b013e4040406e
|
||||
- 03d90c07df63e690ce77912e10ab51acc944b66860237b608c4f8f8309e71ee699
|
||||
- 02a7bc55fe8684e0119768d104ba30795bdcc86619e864add26156723ed185cd62
|
||||
ValidatorsCount: 4
|
||||
SeedList:
|
||||
- 127.0.0.1:20333
|
||||
- 127.0.0.1:20334
|
||||
|
|
Loading…
Reference in a new issue