mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #370
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>
This commit is contained in:
commit
9c9b1e4f0c
@ -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…
Reference in New Issue
Block a user