Skip to content

Commit

Permalink
Update packages/injective-cosmwasm/src/exchange_mock_querier.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gorgos authored Feb 15, 2024
1 parent 5df55b8 commit 55aa4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/injective-cosmwasm/src/exchange_mock_querier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ pub mod handlers {
result: Result<Binary, SystemError>,
}
impl HandlesRawQuery for Temp {
fn handle(&self, _contract_addr: &str, _msg: &Binary) -> QuerierResult {
fn handle(&self, _contract_addr: &str, _key: &Binary) -> QuerierResult {
match self.result.clone() {
Ok(resp) => SystemResult::Ok(ContractResult::from(StdResult::Ok(resp))),
Err(err) => SystemResult::Err(err),
Expand Down

0 comments on commit 55aa4fb

Please sign in to comment.