From b8982b5ac2372eb2d45d2be0c5b7fec9115ceb08 Mon Sep 17 00:00:00 2001 From: Binarybaron Date: Mon, 30 Jun 2025 16:47:20 +0200 Subject: [PATCH] dprint fmt --- .../WaitingForXmrConfirmationsBeforeRedeemPage.tsx | 6 +----- swap/src/protocol/bob/swap.rs | 3 ++- 2 files changed, 3 insertions(+), 6 deletions(-) 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, }, );