Skip to content

Commit

Permalink
Merge pull request #988 from fluidvanadium/add_comments
Browse files Browse the repository at this point in the history
Add comments
  • Loading branch information
zancas authored Apr 24, 2024
2 parents 76558e6 + 49bd67b commit abd054e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zingolib/src/wallet/notes/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pub struct OutputPoolQuery {
#[derive(Getters, Constructor, Clone, Copy)]
pub struct OutputQuery {
/// selects spend status properties
/// the query is expected to match note with ANY of the specified spend_stati AND ANY of the specified pools
#[getset(get = "pub")]
spend_status: OutputSpendStatusQuery,
/// selects pools
Expand Down

0 comments on commit abd054e

Please sign in to comment.