Add Tor to main

This commit is contained in:
Philipp Hoenisch 2020-10-26 16:55:53 +11:00
parent cf8accf30d
commit 8811a0a205
No known key found for this signature in database
GPG key ID: E5F8E74C672BC666
5 changed files with 170 additions and 19 deletions

View file

@ -11,4 +11,9 @@ pub struct Options {
/// Run the swap as Bob and try to swap this many BTC (in satoshi).
#[structopt(long = "sats")]
pub satoshis: Option<u64>,
/// Alice's onion multitaddr (only required for Bob, Alice will autogenerate
/// one)
#[structopt(long)]
pub alice_address: Option<String>,
}