From 0793c903b448c852bd20b1b4b5f52f525f334de0 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 4 May 2021 05:51:26 +1000 Subject: [PATCH] Clarify that orchard::ShieldedData has an orchard::tree::Root --- book/src/dev/rfcs/0010-v5-transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/dev/rfcs/0010-v5-transaction.md b/book/src/dev/rfcs/0010-v5-transaction.md index 09920967..70ddf4a3 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,