Remove litecoin support.
No idea if it works, we don't test it and nobody runs it. I guess not. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Removed: Config: non-functioning litecoin support (who knew we even had that?)
This commit is contained in:
@@ -369,8 +369,7 @@ int main(int argc, char *argv[])
|
||||
opt_register_arg("--network", opt_set_network, opt_show_network,
|
||||
NULL,
|
||||
"Select the network parameters (bitcoin, testnet, signet,"
|
||||
" regtest, liquid, liquid-regtest, litecoin or"
|
||||
" litecoin-testnet)");
|
||||
" regtest, liquid, or liquid-regtest)");
|
||||
opt_register_noarg("--must-get-max-messages", opt_set_bool, &no_early_close,
|
||||
"Fail with exit code 1 unless we reach maximum messages");
|
||||
opt_register_noarg("--help|-h", opt_usage_and_exit,
|
||||
|
||||
Reference in New Issue
Block a user