Implement 'raw' cli tool on settings module

This commit is contained in:
lash 2022-05-12 16:13:25 +00:00
parent 3c55bc9ac2
commit e621913f74
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -115,7 +115,7 @@ def main():
for hsh in hashes_ready:
logg.debug('processing transaction hash {}'.format(hsh))
try:
r = conn.wait(hsh)
r = settings.get('CONN').wait(hsh)
except RevertEthException:
if config.get('_IGNORE_ALL') or hsh in hashes_ignore:
logg.info('ignoring revert in transaction hash {}'.format(hsh))