WIP add writer registration to seed script

This commit is contained in:
nolash
2021-03-28 21:29:05 +02:00
parent 1322ebc8b6
commit e3846809a6
8 changed files with 18 additions and 10 deletions

View File

@@ -463,7 +463,7 @@ class AdminApi:
o = transaction(tx_hash)
r = self.rpc.do(o)
except Exception as e:
logg.warning('too permissive exception handler, please fix!')
logg.warning('(too permissive exception handler, please fix!) {}'.format(e))
tx['network_status'] = 'Mempool'
if r != None: