mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
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:
parent
e44f951b6c
commit
78f3e8d852
@ -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…
Reference in New Issue
Block a user