Skip to content

Commit

Permalink
fix: correct version for EVM reverse swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Jan 15, 2025
1 parent 0bca75a commit 7cd3b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swap/SwapManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ class SwapManager {
invoice: paymentRequest,
orderSide: args.orderSide,
referral: args.referralId,
version: SwapVersion.Legacy,
version: SwapVersion.Taproot,
claimAddress: args.claimAddress!,
lockupAddress: result.lockupAddress,
onchainAmount: args.onchainAmount,
Expand Down

0 comments on commit 7cd3b9b

Please sign in to comment.