Skip to content

Commit

Permalink
Update sdk/src/wallet/types/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Thibault Martinez <[email protected]>
  • Loading branch information
Thoralf-M and thibault-martinez committed Dec 6, 2023
1 parent c4ba405 commit 30f34d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/wallet/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub struct OutputData {
pub metadata: OutputMetadata,
/// The actual Output
pub output: Output,
/// The OutputIdProof
/// The output ID proof
pub output_id_proof: OutputIdProof,
/// If an output is spent
pub is_spent: bool,
Expand Down

0 comments on commit 30f34d9

Please sign in to comment.