Browse Source

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>
ppa-0.6.1
Rusty Russell 7 years ago
committed by Christian Decker
parent
commit
78f3e8d852
  1. 2
      lightningd/options.c

2
lightningd/options.c

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

Loading…
Cancel
Save