mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-25 06:39:53 -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
|
<MoneroTransactionInfoBox
|
||||||
title="Monero Lock Transaction"
|
title="Monero Lock Transaction"
|
||||||
txId={xmr_lock_txid}
|
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
|
loading
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
|
@ -360,7 +360,8 @@ async fn next_state(
|
||||||
TauriSwapProgressEvent::XmrLockTxInMempool {
|
TauriSwapProgressEvent::XmrLockTxInMempool {
|
||||||
xmr_lock_txid: lock_transfer_proof.tx_hash(),
|
xmr_lock_txid: lock_transfer_proof.tx_hash(),
|
||||||
xmr_lock_tx_confirmations: None,
|
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