aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-11-12 11:19:44 +0100
committerMarcoFalke <falke.marco@gmail.com>2021-11-16 09:56:45 +0100
commitfa44237d76b66b6664870c3927b65a0ef89022e4 (patch)
tree2f60626fda466410facd55c259ff70ddeaf366db /src/rpc
parentad09c287cb7033a28f8d0a002c1ca4f194c12f11 (diff)
downloadbitcoin-fa44237d76b66b6664870c3927b65a0ef89022e4.tar.xz
doc: Fix typos in endif header comments
Diffstat (limited to 'src/rpc')
-rw-r--r--src/rpc/blockchain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/blockchain.h b/src/rpc/blockchain.h
index d9c6761f47..65f6b1429e 100644
--- a/src/rpc/blockchain.h
+++ b/src/rpc/blockchain.h
@@ -67,4 +67,4 @@ CBlockPolicyEstimator& EnsureAnyFeeEstimator(const std::any& context);
*/
UniValue CreateUTXOSnapshot(NodeContext& node, CChainState& chainstate, CAutoFile& afile);
-#endif
+#endif // BITCOIN_RPC_BLOCKCHAIN_H