From 68bfc0bce349954b2e0fb82aed2f47e213fff9e4 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 3 Sep 2018 09:35:41 +0800 Subject: [PATCH] doc: correct GetDifficulty doc after #13288 --- src/rpc/blockchain.h | 3 +-- 1 file changed, 1 insertion(+), 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).