Skip to content

Commit

Permalink
net: allow mainnet peers to use non-default ports
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Jan 22, 2025
1 parent cf32c03 commit 6451dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class CMainParams : public CChainParams {
fRequireRoutableExternalIP = true;
m_is_test_chain = false;
fAllowMultipleAddressesFromGroup = false;
fAllowMultiplePorts = false;
fAllowMultiplePorts = true;
nLLMQConnectionRetryTimeout = 60;
m_is_mockable_chain = false;

Expand Down

0 comments on commit 6451dd7

Please sign in to comment.