Skip to content

Commit

Permalink
Update the query errors stargate path (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorjm authored May 21, 2024
1 parent 03fa185 commit be7e7af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ pub mod query {
};

let res =deps.querier.query(&cosmwasm_std::QueryRequest::Stargate {
path: "/archway.cwerrors.v1.QueryErrorsRequest".to_string(),
path: "/archway.cwerrors.v1.Query/Errors".to_string(),
data: Binary::from(prost::Message::encode_to_vec(&msg)),,
})?;

Expand Down

0 comments on commit be7e7af

Please sign in to comment.