diff --git a/book/src/dev/rfcs/0010-v5-transaction.md b/book/src/dev/rfcs/0010-v5-transaction.md index 099209678..70ddf4a33 100644 --- a/book/src/dev/rfcs/0010-v5-transaction.md +++ b/book/src/dev/rfcs/0010-v5-transaction.md @@ -343,7 +343,7 @@ The new V5 structure will create a new `orchard::ShieldedData` type. This new ty struct orchard::ShieldedData { flags: Flags, value_balance: Amount, - shared_anchor: tree::Root, + shared_anchor: orchard::tree::Root, proof: Halo2Proof, actions: AtLeastOne, binding_sig: redpallas::Signature,