diff options
author | jeffro256 <jeffro256@tutanota.com> | 2023-06-21 22:08:22 +0200 |
---|---|---|
committer | jeffro256 <jeffro256@tutanota.com> | 2023-06-21 22:08:22 +0200 |
commit | 2a2cf03764056a9a6bd8a4497aafcb77fd0b4642 (patch) | |
tree | fcd0c4e593e8012634188c752d65a190b5bc515b /src/blockchain_db | |
parent | Merge pull request #8842 (diff) | |
download | monero-2a2cf03764056a9a6bd8a4497aafcb77fd0b4642.tar.xz |
blockchain_db: add clarification to get_block_already_generated_coins
Diffstat (limited to 'src/blockchain_db')
-rw-r--r-- | src/blockchain_db/blockchain_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockchain_db/blockchain_db.h b/src/blockchain_db/blockchain_db.h index 835d6dcad..b38ec9e05 100644 --- a/src/blockchain_db/blockchain_db.h +++ b/src/blockchain_db/blockchain_db.h @@ -1053,7 +1053,7 @@ public: * @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 * |