Network check upon spot price request

This commit is contained in:
Daniel Karzel 2021-05-11 22:22:59 +10:00
parent 02974811ad
commit af60d3bb54
No known key found for this signature in database
GPG key ID: 30C3FC2E438ADB6E
15 changed files with 245 additions and 76 deletions

View file

@ -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,
)
}
}