Skip to content

Commit

Permalink
doc: correct GetDifficulty doc after #13288
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Sep 3, 2018
1 parent 68f3c7e commit 68bfc0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rpc/blockchain.h
Expand Up @@ -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).
Expand Down

0 comments on commit 68bfc0b

Please sign in to comment.