aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2022-01-28 17:13:45 +1000
committerAnthony Towns <aj@erisian.com.au>2022-01-28 18:07:08 +1000
commit5179656ef83a563133e32893f4acfd61d1aebdcb (patch)
tree0a661b6eb3afe73b64956e1a3471214e6a1403d3 /src/rpc
parent32f04e6da9845c218f9bbd8b8329f35ed3678a49 (diff)
downloadbitcoin-5179656ef83a563133e32893f4acfd61d1aebdcb.tar.xz
trivial: comment tweaks
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/blockchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp
index cd2c5e0b46..f68a3d2277 100644
--- a/src/rpc/blockchain.cpp
+++ b/src/rpc/blockchain.cpp
@@ -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;
}