Skip to content

Commit

Permalink
update lib #2
Browse files Browse the repository at this point in the history
  • Loading branch information
rsalakhov committed Apr 12, 2024
1 parent d1da459 commit 3191502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrumlabs/cardano-dex-sdk",
"version": "0.1.310",
"version": "0.1.311",
"description": "ErgoDEX SDK for Cardano",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/amm/interpreters/refundTxBuilder/refundTxBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ export class RefundTxBuilder {
outputs: [normalizedRefundOutput],
changeAddr: rewardAddress,
collateral: collateral,
totalCollateral: params.collateralAmount || this.params.defaultCollateralAmount,
requiredSigner
}
}
Expand Down

0 comments on commit 3191502

Please sign in to comment.