Skip to content

Commit

Permalink
fix collusion tor port
Browse files Browse the repository at this point in the history
  • Loading branch information
alex v committed Dec 16, 2024
1 parent 5e584f5 commit a7ff776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparamsbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ std::unique_ptr<CBaseChainParams> CreateBaseChainParams(const ChainType chain)
case ChainType::MAIN:
return std::make_unique<CBaseChainParams>("", 48484, 8334);
case ChainType::TESTNET:
return std::make_unique<CBaseChainParams>("testnet4", 33477, 33470);
return std::make_unique<CBaseChainParams>("testnet4", 33477, 33478);
case ChainType::SIGNET:
return std::make_unique<CBaseChainParams>("signet", 48487, 38334);
case ChainType::REGTEST:
Expand Down

0 comments on commit a7ff776

Please sign in to comment.