From 00e8eff231969b4417764913ee2892da66877fcb Mon Sep 17 00:00:00 2001 From: KPrasch Date: Thu, 1 Feb 2024 13:55:01 +0100 Subject: [PATCH] Update nucypher/blockchain/eth/agents.py Co-authored-by: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com> --- nucypher/blockchain/eth/agents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucypher/blockchain/eth/agents.py b/nucypher/blockchain/eth/agents.py index 67e3e95af..f01afee53 100644 --- a/nucypher/blockchain/eth/agents.py +++ b/nucypher/blockchain/eth/agents.py @@ -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 """