Skip to content

Commit

Permalink
remove duplicate line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Nov 22, 2024
1 parent 5955216 commit a77c359
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/sdk-core/src/breez_services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,6 @@ impl BreezServices {
// Calculate (send_amt, recv_amt) from the inputs and fees
let fees_lockup = fee_info.fees_lockup;
let p = fee_info.fees_percentage;
let fees_claim = BTCSendSwap::calculate_claim_tx_fee(req.claim_tx_feerate)?;
let (send_amt, recv_amt) = match req.amount_type {
SwapAmountType::Send => {
let temp_send_amt = req.amount_sat;
Expand Down

0 comments on commit a77c359

Please sign in to comment.