Skip to content

Commit

Permalink
fix: ton send token (#5718)
Browse files Browse the repository at this point in the history
  • Loading branch information
huanxiangspace authored Sep 4, 2024
1 parent 145a53a commit 1d9cef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit-bg/src/vaults/impls/ton/Vault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default class Vault extends VaultBase {
let forwardPayload;
if (transfer.memo) {
forwardPayload = await encodeComment(transfer.memo);
fwdFee = TonWeb.utils.toNano('0.05').toString();
fwdFee = '1';
}
const { payload } = await encodeJettonPayload({
backgroundApi: this.backgroundApi,
Expand Down

0 comments on commit 1d9cef7

Please sign in to comment.