Skip to content

Commit

Permalink
fix: legacy Liquid refunds (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Jun 9, 2024
1 parent d5109e1 commit 6f5a4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/refund.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const refund = async (
feePerVbyte,
true,
swap.assetSend === LBTC
? (getNetwork(swap.assetReceive) as LiquidNetwork)
? (getNetwork(swap.assetSend) as LiquidNetwork)
: undefined,
output.blindingKey,
);
Expand Down

0 comments on commit 6f5a4a0

Please sign in to comment.