1
0

daemon/wallet/network: make stop() methods async

This commit is contained in:
SomberNight
2021-03-09 17:52:36 +01:00
parent ce88b36e81
commit 3c019c2f9c
15 changed files with 123 additions and 70 deletions

View File

@@ -345,7 +345,6 @@ def main():
print_stderr('unknown command:', uri)
sys.exit(1)
# singleton
config = SimpleConfig(config_options)
if config.get('testnet'):