mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-24 22:26:48 -05:00
Correct monero-wallet-rpc parameter name
This commit is contained in:
parent
4d9559fc2e
commit
8a2128e93a
@ -50,7 +50,10 @@ pub enum Command {
|
||||
#[structopt(long = "bitcoin-wallet-name")]
|
||||
bitcoin_wallet_name: String,
|
||||
|
||||
#[structopt(long = "monerod", default_value = "http://127.0.0.1:18083/json_rpc")]
|
||||
#[structopt(
|
||||
long = "monero-wallet-rpc",
|
||||
default_value = "http://127.0.0.1:18083/json_rpc"
|
||||
)]
|
||||
monero_wallet_rpc_url: Url,
|
||||
|
||||
#[structopt(long = "send-btc", help = "Bitcoin amount as floating point nr without denomination (e.g. 1.25)", parse(try_from_str = parse_btc))]
|
||||
|
Loading…
Reference in New Issue
Block a user