Update zebra-chain/src/block.rs

Co-authored-by: Arya <aryasolhi@gmail.com>
This commit is contained in:
Marek 2024-07-31 00:35:57 +02:00 committed by GitHub
parent 9c0c7ffc89
commit 0bdda3aaf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -208,8 +208,8 @@ impl Block {
/// Get the overall chain value pool change in this block,
/// the negative sum of the transaction value balances in this block.
///
/// These are the changes in the transparent, Sprout, Sapling, and Orchard chain value pools, as
/// a result of this block.
/// These are the changes in the transparent, Sprout, Sapling, Orchard, and
/// Deferred chain value pools, as a result of this block.
///
/// Positive values are added to the corresponding chain value pool.
/// Negative values are removed from the corresponding pool.