mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-11 23:49:41 -05:00
No Bitcoin deposit for Alice
The message to deposit Bitcoin only applies to Bob, not Alice. Alice does not require any initial Bitcoin.
This commit is contained in:
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…
Reference in New Issue
Block a user