Skip to content

Commit

Permalink
fix: algo transfer token error
Browse files Browse the repository at this point in the history
  • Loading branch information
weatherstar committed Nov 3, 2023
1 parent 5b35fca commit 0aa9e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/src/vaults/impl/algo/Vault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default class Vault extends VaultBase {

const suggestedParams = await this.getSuggestedParams();
if (assetId) {
sdk.makeAssetTransferTxnWithSuggestedParamsFromObject({
return sdk.makeAssetTransferTxnWithSuggestedParamsFromObject({
amount: BigInt(
new BigNumber(amount).shiftedBy(token.decimals).toFixed(),
),
Expand Down

0 comments on commit 0aa9e26

Please sign in to comment.