Update zebra-chain/src/block.rs
Co-authored-by: Arya <aryasolhi@gmail.com>
This commit is contained in:
parent
9c0c7ffc89
commit
0bdda3aaf9
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue