mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-23 23:11:11 -04:00
Add minimum monero confirmations to config use it for Bob
This commit is contained in:
parent
c6bc45e7a0
commit
e031681369
12 changed files with 44 additions and 3 deletions
|
@ -176,6 +176,7 @@ pub async fn init_bob_state(
|
|||
config.bitcoin_cancel_timelock,
|
||||
config.bitcoin_punish_timelock,
|
||||
refund_address,
|
||||
config.monero_finality_confirmations,
|
||||
);
|
||||
|
||||
BobState::Started { state0, amounts }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue