Skip to content

Commit

Permalink
fix phala build tx error (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer951123 committed Aug 23, 2023
1 parent 9e43435 commit d08046e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"jest": "^28.1.1",
"typescript": "^4.7.4"
},
"stableVersion": "0.1.5-10"
"stableVersion": "0.1.5-11"
}
2 changes: 1 addition & 1 deletion src/adapters/phala.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class BasePhalaAdapter extends BaseCrossChainAdapter {
};
}

return this.api.tx.xTransfer.transfer(asset, dst);
return this.api.tx.xTransfer.transfer(asset, dst, undefined);
}
}

Expand Down

0 comments on commit d08046e

Please sign in to comment.