Document shared to per-spend anchor conversion (#2363)
This commit is contained in:
parent
3bd52f89a5
commit
716fa23e86
|
|
@ -323,6 +323,9 @@ impl Transaction {
|
||||||
/// returning `Spend<PerSpendAnchor>` regardless of the underlying
|
/// returning `Spend<PerSpendAnchor>` regardless of the underlying
|
||||||
/// transaction version.
|
/// 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
|
/// # Correctness
|
||||||
///
|
///
|
||||||
/// Do not use this function for serialization.
|
/// Do not use this function for serialization.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue