diff --git a/zebra-chain/src/transaction.rs b/zebra-chain/src/transaction.rs index 40acfd56..f4b1d87e 100644 --- a/zebra-chain/src/transaction.rs +++ b/zebra-chain/src/transaction.rs @@ -323,6 +323,9 @@ impl Transaction { /// returning `Spend` regardless of the underlying /// transaction version. /// + /// Shared anchors in V5 transactions are copied into each sapling spend. + /// This allows the same code to validate spends from V4 and V5 transactions. + /// /// # Correctness /// /// Do not use this function for serialization.