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

fix: classic gas issues #103

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

javiersuweijie
Copy link
Member

No description provided.

@tuky191 tuky191 merged commit 227d01f into terra-money:main Aug 26, 2024
1 check failed
const info = data.terraAssetInfo;

if (info.denom) {
const denom = info.denom;
denom = info.denom;

msgs.push(new MsgSend(fromAddr, toAddr, [new Coin(denom, amount)]));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are not deducting tax from the sent amount which means that the shuttle wallet will pay it, i.e. pay more than the equivalent of burnt wrapped tokens.

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

Successfully merging this pull request may close these issues.

3 participants