FactomProject / factomd

Factom Daemon
https://www.factomprotocol.org/
Other
201 stars 92 forks source link

Fix peer tests (BrainSwap, NetSync) #1074

Closed WhoSoup closed 3 years ago

WhoSoup commented 3 years ago

The issue was that the peers weren't connecting to each other, due to two command line parameters never making it into the P2P config: the local network port override and special peers. The code used the config file settings but did not use the command line parameters.

Both unit tests (BrainSwapA/B and NetSyncA/B) pass with this change.