lightningd: Stop the BigTCoin scam!

And it will surprise nobody that bigtcoin.{com,org} are already taken.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2018-05-04 09:57:39 +09:30 committed by Christian Decker
parent e44f951b6c
commit 78f3e8d852

View File

@ -339,7 +339,7 @@ static void config_register_opts(struct lightningd *ld)
opt_register_early_noarg("--testnet", opt_set_testnet, ld,
"Alias for --network=testnet");
opt_register_early_noarg("--mainnet", opt_set_mainnet, ld,
"Alias for --network=bigtcoin");
"Alias for --network=bitcoin");
opt_register_arg("--allow-deprecated-apis",
opt_set_bool_arg, opt_show_bool,
&deprecated_apis,