Skip to content

Commit

Permalink
Remove debug code (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored Mar 21, 2023
1 parent 4e4f7f3 commit c44c949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ bool AppInitParameterInteraction()
}

maxAddrRatePerSecond = gArgs.GetDoubleArg("-maxaddrratepersecond", Params().NetworkIDString() == CBaseChainParams::REGTEST ? MAX_ADDR_RATE_PER_SECOND_REGTEST : MAX_ADDR_RATE_PER_SECOND);
std::cout << maxAddrRatePerSecond << std::endl;

if (maxAddrRatePerSecond <= static_cast<double>(0)) {
return InitError("maxaddrratepersecond cannot be configured with a negative value.");
}
Expand Down

0 comments on commit c44c949

Please sign in to comment.