I can't add or remove validators when using IBFT #1320
-
System information Expected behaviour Actual behaviour
Backtrace
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
When you propose a new validator it needs to be done from existing validators. Check what you have in istanbul.getValidators() from an existing validator (i.e node 0) and confirm that you called istanbul.propose("0xNewValidatorAddress") from more than half of those validators ie 3 of them in your case |
Beta Was this translation helpful? Give feedback.
When you propose a new validator it needs to be done from existing validators. Check what you have in istanbul.getValidators() from an existing validator (i.e node 0) and confirm that you called istanbul.propose("0xNewValidatorAddress") from more than half of those validators ie 3 of them in your case