Skip to content

Commit

Permalink
docs: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
polydez committed Jul 26, 2024
1 parent 1c45463 commit 27f421b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/proto/src/generated/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub struct GetBlockInputsResponse {
/// The requested nullifiers and their authentication paths
#[prost(message, repeated, tag = "4")]
pub nullifiers: ::prost::alloc::vec::Vec<NullifierBlockInputRecord>,
/// The list of requested notes which were found in the database
/// The list of requested unauthenticated notes with their inclusion proofs which were found in the database
#[prost(message, repeated, tag = "5")]
pub found_unauthenticated_notes: ::prost::alloc::vec::Vec<
super::note::NoteInclusionProof,
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc-proto/proto/responses.proto
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ message GetBlockInputsResponse {
// The requested nullifiers and their authentication paths
repeated NullifierBlockInputRecord nullifiers = 4;

// The list of requested notes which were found in the database
// The list of requested unauthenticated notes with their inclusion proofs which were found in the database
repeated note.NoteInclusionProof found_unauthenticated_notes = 5;
}

Expand Down
2 changes: 1 addition & 1 deletion proto/responses.proto
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ message GetBlockInputsResponse {
// The requested nullifiers and their authentication paths
repeated NullifierBlockInputRecord nullifiers = 4;

// The list of requested notes which were found in the database
// The list of requested unauthenticated notes with their inclusion proofs which were found in the database
repeated note.NoteInclusionProof found_unauthenticated_notes = 5;
}

Expand Down

0 comments on commit 27f421b

Please sign in to comment.