cic-eth: Make failing tests pass again

This commit is contained in:
Louis Holbrook
2021-04-25 14:54:54 +00:00
parent 0f6615a925
commit 5663741ed4
8 changed files with 13 additions and 6 deletions

View File

@@ -114,7 +114,7 @@ def list_tx_by_bloom(self, bloomspec, address, chain_spec_dict):
# TODO: pass through registry to validate declarator entry of token
#token = registry.by_address(tx['to'], sender_address=self.call_address)
token = ERC20Token(rpc, tx['to'])
token = ERC20Token(chain_spec, rpc, tx['to'])
token_symbol = token.symbol
token_decimals = token.decimals
times = tx_times(tx['hash'], chain_spec)