No Bitcoin deposit for Alice

The message to deposit Bitcoin only applies to Bob, not Alice.
Alice does not require any initial Bitcoin.
pull/370/head
Daniel Karzel 3 years ago
parent 5860d511c9
commit 1e2a3c2d32

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

Loading…
Cancel
Save