aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfanquake <[email protected]>2018-09-03 09:35:41 +0800
committerfanquake <[email protected]>2018-09-03 09:35:41 +0800
commit68bfc0bce349954b2e0fb82aed2f47e213fff9e4 (patch)
tree376d0630da013e6164976916f5bbaf6c51620565 /src
parentMerge #14120: Notes about control port and read access to cookie (diff)
downloaddiscoin-68bfc0bce349954b2e0fb82aed2f47e213fff9e4.tar.xz
discoin-68bfc0bce349954b2e0fb82aed2f47e213fff9e4.zip
doc: correct GetDifficulty doc after #13288
Diffstat (limited to 'src')
-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 544bc62c3..add335eb8 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).