370: No Bitcoin deposit for Alice r=da-kami a=da-kami

The message to deposit Bitcoin only applies to Bob, not Alice.
Alice does not require any initial Bitcoin.

Co-authored-by: Daniel Karzel <daniel@comit.network>
pull/380/head
bors[bot] 3 years ago committed by GitHub
commit 9c9b1e4f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,11 +88,6 @@ async fn main() -> Result<()> {
)
.await?;
info!(
"BTC deposit address: {}",
bitcoin_wallet.new_address().await?
);
let kraken_rate_updates = kraken::connect()?;
let mut swarm = swarm::new::<Behaviour>(&seed)?;

Loading…
Cancel
Save