diff --git a/src-gui/src/renderer/components/modal/swap/pages/in_progress/WaitingForXmrConfirmationsBeforeRedeemPage.tsx b/src-gui/src/renderer/components/modal/swap/pages/in_progress/WaitingForXmrConfirmationsBeforeRedeemPage.tsx index baac46e5..86752219 100644 --- a/src-gui/src/renderer/components/modal/swap/pages/in_progress/WaitingForXmrConfirmationsBeforeRedeemPage.tsx +++ b/src-gui/src/renderer/components/modal/swap/pages/in_progress/WaitingForXmrConfirmationsBeforeRedeemPage.tsx @@ -17,11 +17,7 @@ export default function WaitingForXmrConfirmationsBeforeRedeemPage({ diff --git a/swap/src/protocol/bob/swap.rs b/swap/src/protocol/bob/swap.rs index bb07f8be..1c0917fe 100644 --- a/swap/src/protocol/bob/swap.rs +++ b/swap/src/protocol/bob/swap.rs @@ -360,7 +360,8 @@ async fn next_state( TauriSwapProgressEvent::XmrLockTxInMempool { xmr_lock_txid: lock_transfer_proof.tx_hash(), xmr_lock_tx_confirmations: None, - xmr_lock_tx_target_confirmations: env_config.monero_double_spend_safe_confirmations, + xmr_lock_tx_target_confirmations: env_config + .monero_double_spend_safe_confirmations, }, );