Skip to content

Commit

Permalink
revert undesired change
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernal87 committed Feb 5, 2024
1 parent 4fa509e commit ac155f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/injective-cosmwasm/src/querier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl<'a> InjectiveQuerier<'a> {

pub fn query_subaccount_deposit<T: Into<SubaccountId> + Clone, P: Into<String> + Clone>(
&self,
subaccount_id: SubaccountId,
subaccount_id: &'a T,
denom: &'a P,
) -> StdResult<SubaccountDepositResponse> {
let request = InjectiveQueryWrapper {
Expand Down

0 comments on commit ac155f5

Please sign in to comment.