diff --git a/nucypher/blockchain/eth/actors.py b/nucypher/blockchain/eth/actors.py index 235344730..02fab9ea6 100644 --- a/nucypher/blockchain/eth/actors.py +++ b/nucypher/blockchain/eth/actors.py @@ -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}" )