blockchain_db: add clarification to get_block_already_generated_coins

This commit is contained in:
jeffro256 2023-06-21 22:08:22 +02:00
parent 94e67bf96b
commit 2a2cf03764
No known key found for this signature in database
GPG Key ID: 6F79797A6E392442
1 changed files with 1 additions and 1 deletions

View File

@ -1053,7 +1053,7 @@ public:
* @brief fetch a block's already generated coins * @brief fetch a block's already generated coins
* *
* The subclass should return the total coins generated as of the block * The subclass should return the total coins generated as of the block
* with the given height. * with the given height, capped to a maximum value of MONEY_SUPPLY.
* *
* If the block does not exist, the subclass should throw BLOCK_DNE * If the block does not exist, the subclass should throw BLOCK_DNE
* *