mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-09 23:12:40 -04:00
Align with origin/database
This commit is contained in:
parent
1a5b9f9fa9
commit
4ce8695dfc
7 changed files with 652 additions and 493 deletions
|
@ -1,4 +1,4 @@
|
|||
use libp2p::{core::Multiaddr, PeerId};
|
||||
use libp2p::core::Multiaddr;
|
||||
use url::Url;
|
||||
use uuid::Uuid;
|
||||
|
||||
|
@ -40,9 +40,6 @@ pub enum Options {
|
|||
#[structopt(short = "a", long = "connect-addr")]
|
||||
alice_addr: Multiaddr,
|
||||
|
||||
#[structopt(short = "p", long = "connect-peer-id")]
|
||||
alice_peer_id: PeerId,
|
||||
|
||||
#[structopt(
|
||||
short = "b",
|
||||
long = "bitcoind",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue