mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-09 23:12:40 -04:00
chore(swap): Remove redundant clone of BidQuote
This commit is contained in:
parent
c562e352f2
commit
b2475763a7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue