Skip to content
New issue

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

get error when running estimateFee with an anchor borrow tx #61

Open
htk5257577 opened this issue Mar 10, 2022 · 1 comment
Open

get error when running estimateFee with an anchor borrow tx #61

htk5257577 opened this issue Mar 10, 2022 · 1 comment

Comments

@htk5257577
Copy link

i create an borrow msg with api in anchor.js,

the message is :

{ coins:[], contract: "terra15dwd5mj8v59wpj0wvt233mf5efdff808c5tkal", execute_msg:{borrow_stable:{borrow_amount: "2155939304",to: "terra130pmlk768prw66rhszqj6qq02sdtf3mlchknap"}}, sender: "terra130pmlk768prw66rhszqj6qq02sdtf3mlchknap" }

when i running estimateFee, i get the error,

failed to execute message; message index: 0: Generic error: Querier contract error: Generic error: Price is too old: contract query failed: execute wasm contract failed: invalid request

@htk5257577 htk5257577 changed the title ger error when running estimateFee with an anchor borrow tx get error when running estimateFee with an anchor borrow tx Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@htk5257577 and others