mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-09-23 06:14:45 -04: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
1 changed files with 0 additions and 5 deletions
|
@ -86,11 +86,6 @@ async fn main() -> Result<()> {
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
info!(
|
|
||||||
"BTC deposit address: {}",
|
|
||||||
bitcoin_wallet.new_address().await?
|
|
||||||
);
|
|
||||||
|
|
||||||
let kraken_rate_updates = kraken::connect()?;
|
let kraken_rate_updates = kraken::connect()?;
|
||||||
|
|
||||||
let (event_loop, mut swap_receiver) = EventLoop::new(
|
let (event_loop, mut swap_receiver) = EventLoop::new(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue