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
There is an issue when specifying the number of validators for the pantheon build. There is only 1 validator in the extraData field but there should be a list of validators (as many as I specify).
There is an issue when specifying the number of validators for the pantheon build. There is only 1 validator in the
extraData
field but there should be a list of validators (as many as I specify).Repoduce:
wb build -b pantheon -n 5 -v 2 -m 0 -c 0 -o"consensus=ibft"
Output (genesis.json):
Fix:
Add a list of addresses (the number specified by the user) to the
extraData
field in mustache.The text was updated successfully, but these errors were encountered: