mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-24 07:21:06 +02:00
doc: correct GetDifficulty doc after #13288
This commit is contained in:
@@ -16,8 +16,7 @@ class UniValue;
|
|||||||
static constexpr int NUM_GETBLOCKSTATS_PERCENTILES = 5;
|
static constexpr int NUM_GETBLOCKSTATS_PERCENTILES = 5;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the difficulty of the net wrt to the given block index, or the chain tip if
|
* Get the difficulty of the net wrt to the given block index.
|
||||||
* not provided.
|
|
||||||
*
|
*
|
||||||
* @return A floating point number that is a multiple of the main net minimum
|
* @return A floating point number that is a multiple of the main net minimum
|
||||||
* difficulty (4295032833 hashes).
|
* difficulty (4295032833 hashes).
|
||||||
|
Reference in New Issue
Block a user