mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-18 20:04:38 -04:00
Network check upon spot price request
This commit is contained in:
parent
02974811ad
commit
af60d3bb54
15 changed files with 245 additions and 76 deletions
|
@ -239,6 +239,7 @@ async fn start_alice(
|
|||
max_buy,
|
||||
latest_rate,
|
||||
resume_only,
|
||||
env_config,
|
||||
)
|
||||
.unwrap();
|
||||
swarm.listen_on(listen_address).unwrap();
|
||||
|
@ -458,6 +459,7 @@ impl BobParams {
|
|||
swarm,
|
||||
self.alice_peer_id,
|
||||
self.bitcoin_wallet.clone(),
|
||||
self.env_config,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue