mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-24 05:59:42 -04:00
dprint fmt
This commit is contained in:
parent
9a04bd5682
commit
b8982b5ac2
2 changed files with 3 additions and 6 deletions
|
@ -17,11 +17,7 @@ export default function WaitingForXmrConfirmationsBeforeRedeemPage({
|
|||
<MoneroTransactionInfoBox
|
||||
title="Monero Lock Transaction"
|
||||
txId={xmr_lock_txid}
|
||||
additionalContent={
|
||||
additionalContent={
|
||||
`Confirmations: ${xmr_lock_tx_confirmations}/${xmr_lock_tx_target_confirmations}`
|
||||
}
|
||||
}
|
||||
additionalContent={`Confirmations: ${xmr_lock_tx_confirmations}/${xmr_lock_tx_target_confirmations}`}
|
||||
loading
|
||||
/>
|
||||
</Box>
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue