aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/blockchain.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2018-09-03 09:35:41 +0800
committerfanquake <fanquake@gmail.com>2018-09-03 09:35:41 +0800
commit68bfc0bce349954b2e0fb82aed2f47e213fff9e4 (patch)
tree376d0630da013e6164976916f5bbaf6c51620565 /src/rpc/blockchain.h
parent68f3c7eb080e461cfeac37f8db7034fe507241d0 (diff)
downloadbitcoin-68bfc0bce349954b2e0fb82aed2f47e213fff9e4.tar.xz
doc: correct GetDifficulty doc after #13288
Diffstat (limited to 'src/rpc/blockchain.h')
-rw-r--r--src/rpc/blockchain.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rpc/blockchain.h b/src/rpc/blockchain.h
index 544bc62c36..add335eb8a 100644
--- a/src/rpc/blockchain.h
+++ b/src/rpc/blockchain.h
@@ -16,8 +16,7 @@ class UniValue;
static constexpr int NUM_GETBLOCKSTATS_PERCENTILES = 5;
/**
- * Get the difficulty of the net wrt to the given block index, or the chain tip if
- * not provided.
+ * Get the difficulty of the net wrt to the given block index.
*
* @return A floating point number that is a multiple of the main net minimum
* difficulty (4295032833 hashes).