Merge branch 'bvander/bug/cic-trust-var-default' into 'master'
cic trust address bug See merge request grassrootseconomics/cic-internal-integration!46
This commit is contained in:
		
						commit
						f92efa28f9
					
				@ -312,7 +312,7 @@ class Tracker:
 | 
			
		||||
        session.close()
 | 
			
		||||
 | 
			
		||||
(provider, w3) = web3_constructor()
 | 
			
		||||
trust = config.get('CIC_TRUST_ADDRESS', []).split(",")
 | 
			
		||||
trust = config.get('CIC_TRUST_ADDRESS', "").split(",")
 | 
			
		||||
chain_spec = args.i
 | 
			
		||||
 | 
			
		||||
try:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user