chore(swap): Remove redundant clone of BidQuote

This commit is contained in:
binarybaron 2024-08-27 17:30:19 +02:00
parent c562e352f2
commit b2475763a7

View file

@ -1152,7 +1152,7 @@ where
min_deposit_until_swap_will_start,
max_deposit_until_maximum_amount_is_reached,
min_bitcoin_lock_tx_fee,
quote: bid_quote.clone(),
quote: bid_quote,
},
);