From 0bdda3aaf90d10b94de36f6514f302794e314219 Mon Sep 17 00:00:00 2001 From: Marek Date: Wed, 31 Jul 2024 00:35:57 +0200 Subject: [PATCH] Update zebra-chain/src/block.rs Co-authored-by: Arya --- zebra-chain/src/block.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zebra-chain/src/block.rs b/zebra-chain/src/block.rs index b3338ab8b..242ed9f02 100644 --- a/zebra-chain/src/block.rs +++ b/zebra-chain/src/block.rs @@ -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.