Skip to content

Commit

Permalink
self.r().data.maker_payment_requires_nota.unwrap_or(false)
Browse files Browse the repository at this point in the history
  • Loading branch information
laruh committed Sep 6, 2024
1 parent 69ed68e commit b2446b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/mm2_main/src/lp_swap/taker_swap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,7 @@ impl TakerSwap {
let confirm_maker_payment_spend_input = ConfirmPaymentInput {
payment_tx: self.r().maker_payment_spend.clone().unwrap().tx_hex.0,
confirmations,
requires_nota: false,
requires_nota: self.r().data.maker_payment_requires_nota.unwrap_or(false),
wait_until: self.wait_refund_until(),
check_every: WAIT_CONFIRM_INTERVAL_SEC,
};
Expand Down

0 comments on commit b2446b9

Please sign in to comment.