We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the balance query calls cw20's query_balance method:
query_balance
wasmswap-contracts/src/contract.rs
Line 10 in acb0140
Line 913 in acb0140
this doesn't error as that method uses may_load, but it will always return zero. presumably that method should be removed?
may_load
The text was updated successfully, but these errors were encountered:
JunoSwapClient
we're also experiencing this. What should we actually be calling to get balance?
cc @aidanaden
CosmosContracts/juno-ts#4
Sorry, something went wrong.
No branches or pull requests
the balance query calls cw20's
query_balance
method:wasmswap-contracts/src/contract.rs
Line 10 in acb0140
wasmswap-contracts/src/contract.rs
Line 913 in acb0140
this doesn't error as that method uses
may_load
, but it will always return zero. presumably that method should be removed?The text was updated successfully, but these errors were encountered: