Skip to content

Commit

Permalink
fix: chainflip UTXO sends don't narrow UTXOs by senderAddress (#8375)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre authored Dec 16, 2024
1 parent 3337fea commit 31fa217
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/swapper/src/swappers/ChainflipSwapper/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export const chainflipApi: SwapperApi = {
},
getUnsignedUtxoTransaction: ({
tradeQuote,
senderAddress,
xpub,
accountType,
assertGetUtxoChainAdapter,
Expand Down Expand Up @@ -125,7 +124,6 @@ export const chainflipApi: SwapperApi = {
skipToAddressValidation: true,
chainSpecific: {
accountType,
from: senderAddress,
satoshiPerByte: (step.feeData.chainSpecific as UtxoFeeData).satsPerByte,
},
})
Expand Down

0 comments on commit 31fa217

Please sign in to comment.