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
When turning a non-voting node into a voting node, the node operator must execute symbol-bootstrap link command. symbol-bootstrap link does not make transaction when the node is not a voting node, so to execute this command, the node must be restarted and run as a voting node even though it is not.
This might cause the node sync failure, and acctually I got this error.
May I ask you to disable the restriction?
symbol-bootstrap updateVotingKeys might also have the same problem.
To Reproduce
To reproduce the behavior:
Run non-voting node.
Execute symbol-bootstrap link on the non-voting node.
Nothing happens. Everything is treated as nomal.
Expected behavior
Run non-voting node.
Execute symbol-bootstrap link on the non-voting node.
The link transaction is issued
Logs
If applicable, add the full or partial logs to help explain your problem.
Additional context
This action is neccesary for changing non-voting node into voting node.
The text was updated successfully, but these errors were encountered:
Describe the bug
When turning a non-voting node into a voting node, the node operator must execute
symbol-bootstrap link
command.symbol-bootstrap link
does not make transaction when the node is not a voting node, so to execute this command, the node must be restarted and run as a voting node even though it is not.This might cause the node sync failure, and acctually I got this error.
May I ask you to disable the restriction?
symbol-bootstrap updateVotingKeys
might also have the same problem.To Reproduce
To reproduce the behavior:
symbol-bootstrap link
on the non-voting node.Expected behavior
symbol-bootstrap link
on the non-voting node.Logs
If applicable, add the full or partial logs to help explain your problem.
Additional context
This action is neccesary for changing non-voting node into voting node.
The text was updated successfully, but these errors were encountered: