mirror of https://github.com/nucypher/nucypher.git
Update nucypher/blockchain/eth/actors.py
Co-authored-by: Derek Pierre <derek.pierre@gmail.com>pull/3496/head
parent
d7aaf43f8c
commit
f511ea37f6
|
@ -316,7 +316,7 @@ class Operator(BaseActor):
|
|||
_CONDITION_CHAINS[chain_id] for chain_id in providers
|
||||
)
|
||||
self.log.info(
|
||||
f"Connected to {len(providers.values())} RPC endpoints for condition "
|
||||
f"Connected to {sum(len(v) for v in providers.values())} RPC endpoints for condition "
|
||||
f"checking on chain IDs {humanized_chain_ids}"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue