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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user