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

@@ -2033,7 +2033,7 @@ if __name__ == '__main__':
NETWORK = 'regtest' if args.regtest else 'bitcoin'
SUPPORTED_NETWORKS = ['bitcoin', 'regtest', 'liquid', 'liquid-regtest',
'litecoin', 'signet', 'testnet', 'testnet4']
'signet', 'testnet', 'testnet4']
if args.version:
report_version()
elif args.cmd1 is None: