1
0

transaction: clean-up multisig_script

This commit is contained in:
SomberNight
2018-11-14 00:37:03 +01:00
parent e04e8d2365
commit e1b85327be
2 changed files with 6 additions and 9 deletions

View File

@@ -636,7 +636,7 @@ class Network(PrintError):
await asyncio.wait_for(interface.ready, timeout)
except BaseException as e:
#traceback.print_exc()
self.print_error(server, "couldn't launch because", str(e), str(type(e)))
self.print_error(f"couldn't launch iface {server} -- {repr(e)}")
await interface.close()
return
else: