Skip to content

Commit

Permalink
Merge pull request #8913
Browse files Browse the repository at this point in the history
2a2cf03 blockchain_db: add clarification to get_block_already_generated_coins (jeffro256)
  • Loading branch information
luigi1111 committed Aug 17, 2023
2 parents 30ba5a5 + 2a2cf03 commit fc84506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blockchain_db/blockchain_db.h
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ class BlockchainDB
* @brief fetch a block's already generated coins
*
* 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
*
Expand Down

0 comments on commit fc84506

Please sign in to comment.