mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-11 10:04:28 +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:
committed by
Christian Decker
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,
|
||||
|
||||
Reference in New Issue
Block a user