Skip to content

Commit

Permalink
[Patch] hyperledger-iroha#3880 : Make prepare_query_request public
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitij Roodkee <kshitijroodkee@Kshitijs-MacBook-Air.local>
  • Loading branch information
Kshitij Roodkee authored and Kshitij Roodkee committed Sep 11, 2023
1 parent f0b2092 commit 55b9ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ impl Client {
/// Ok(accounts.output())
/// }
/// ```
fn prepare_query_request<R: Query>(
pub fn prepare_query_request<R: Query>(
&self,
request: R,
filter: PredicateBox,
Expand Down

0 comments on commit 55b9ef2

Please sign in to comment.