Implement 'raw' cli tool on settings module
This commit is contained in:
		
							parent
							
								
									3c55bc9ac2
								
							
						
					
					
						commit
						e621913f74
					
				| @ -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)) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user