Skip to content

Commit

Permalink
Add port to sync node endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
serkixenos committed Jun 20, 2022
1 parent 0a38927 commit d650e19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -836,9 +836,9 @@ void application::set_program_options(boost::program_options::options_descriptio
#else
"51.222.110.110:9777",
"95.216.90.243:9777",
"ca.peerplays.info",
"de.peerplays.xyz",
"pl.peerplays.org",
"ca.peerplays.info:9777",
"de.peerplays.xyz:9777",
"pl.peerplays.org:9777",
"seed.i9networks.net.br:9777",
"witness.serverpit.com:9777"
#endif
Expand Down

0 comments on commit d650e19

Please sign in to comment.