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:
Rusty Russell
2025-10-26 18:45:04 +10:30
parent f3b227f8af
commit 82fff3c74b
7 changed files with 6 additions and 80 deletions

View File

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