trivial: comment tweaks

This commit is contained in:
Anthony Towns
2022-01-28 17:13:45 +10:00
parent 32f04e6da9
commit 5179656ef8
2 changed files with 2 additions and 2 deletions

View File

@@ -1517,7 +1517,7 @@ static void SoftForkDescPushBack(const CBlockIndex* active_chain_tip, UniValue&
}
namespace {
/* TODO: when -dprecatedrpc=softforks is removed, drop these */
/* TODO: when -deprecatedrpc=softforks is removed, drop these */
UniValue DeploymentInfo(const CBlockIndex* tip, const Consensus::Params& consensusParams);
extern const std::vector<RPCResult> RPCHelpForDeployment;
}