mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-11-17 15:26:14 +00:00
Update the application name for --version
print
swap --version xmr-btc-swap 0.3.0 asb --version xmr-btc-asb 0.3.0
This commit is contained in:
parent
07542d75ac
commit
105e291e67
@ -4,6 +4,10 @@ use bitcoin::Denomination;
|
||||
use std::path::PathBuf;
|
||||
|
||||
#[derive(structopt::StructOpt, Debug)]
|
||||
#[structopt(
|
||||
name = "asb",
|
||||
about = "Automated Swap Backend for swapping XMR for BTC"
|
||||
)]
|
||||
pub struct Arguments {
|
||||
#[structopt(
|
||||
long = "config",
|
||||
|
@ -17,7 +17,7 @@ pub const DEFAULT_ELECTRUM_HTTP_URL: &str = "https://blockstream.info/testnet/ap
|
||||
const DEFAULT_ELECTRUM_RPC_URL: &str = "ssl://electrum.blockstream.info:60002";
|
||||
|
||||
#[derive(structopt::StructOpt, Debug)]
|
||||
#[structopt(name = "xmr-btc-swap", about = "Atomically swap BTC for XMR")]
|
||||
#[structopt(name = "swap", about = "CLI for swapping BTC for XMR")]
|
||||
pub struct Arguments {
|
||||
#[structopt(
|
||||
long = "--data-dir",
|
||||
|
Loading…
Reference in New Issue
Block a user