Align with origin/database

This commit is contained in:
Franck Royer 2020-12-10 14:59:09 +11:00
parent 1a5b9f9fa9
commit 4ce8695dfc
No known key found for this signature in database
GPG key ID: A82ED75A8DFC50A4
7 changed files with 652 additions and 493 deletions

View file

@ -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",