Clarify that orchard::ShieldedData has an orchard::tree::Root

This commit is contained in:
teor 2021-05-04 05:51:26 +10:00 committed by GitHub
parent 72547cafff
commit 0793c903b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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<AuthorizedAction>,
binding_sig: redpallas::Signature<Binding>,