You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
ProtocolSettings ctor initializes StandbyCommittee property from StandbyValidators config section, but does not correctly set the validator count value
To Reproduce
Steps to reproduce the behavior:
Create a private net with 1 or 4 standby validator nodes but do not set validatorsCount in protocol.json
Expected behavior
ProtocolSettings.Default.ValidatorsCount should equal the number of standby validators
Actual Behavior
Blockchain initialization of StandbyValidators field throws an exception
The text was updated successfully, but these errors were encountered:
Describe the bug
ProtocolSettings ctor initializes StandbyCommittee property from StandbyValidators config section, but does not correctly set the validator count value
To Reproduce
Steps to reproduce the behavior:
Create a private net with 1 or 4 standby validator nodes but do not set validatorsCount in protocol.json
Expected behavior
ProtocolSettings.Default.ValidatorsCount should equal the number of standby validators
Actual Behavior
Blockchain initialization of StandbyValidators field throws an exception
The text was updated successfully, but these errors were encountered: