isseednode no longer served any purpose, because seed nodes are configured by dashmate. Additionally, all non-seed nodes were pointing at the same seed node (always seed-1).
What was done?
Remove isseednode
Target seed nodes evenly when templating dash.conf
How Has This Been Tested?
On testnet
Breaking Changes
None
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have added or updated relevant unit/integration/functional/e2e tests
[x] I have made corresponding changes to the documentation
For repository code-owners and collaborators only
[x] I have assigned this pull request to a milestone
Issue being fixed or feature implemented
isseednode
no longer served any purpose, because seed nodes are configured by dashmate. Additionally, all non-seed nodes were pointing at the same seed node (alwaysseed-1
).What was done?
isseednode
How Has This Been Tested?
On testnet
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only