Update nucypher/blockchain/eth/agents.py

Co-authored-by: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com>
remotes/origin/v7.4.x
KPrasch 2024-02-01 13:55:01 +01:00 committed by Derek Pierre
parent fed7edcc9d
commit 00e8eff231
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ class CoordinatorAgent(EthereumContractAgent):
transcripts: bool = False,
) -> Coordinator.Ritual:
"""
Exposes three views of Coordinator.Rituals:
Exposes two views of Coordinator.Rituals:
1. ritual + participant w/o transcripts
2. ritual + participants w/ transcripts
"""