mirror of https://github.com/nucypher/nucypher.git
with_participants=False by default
parent
9632f97737
commit
ca0ca483de
|
@ -208,7 +208,7 @@ class MockCoordinatorAgent(MockContractAgent):
|
|||
return len(self.rituals)
|
||||
|
||||
def get_ritual(
|
||||
self, ritual_id: int, with_participants: bool = True
|
||||
self, ritual_id: int, with_participants: bool = False
|
||||
) -> CoordinatorAgent.Ritual:
|
||||
return self.rituals[ritual_id]
|
||||
|
||||
|
|
Loading…
Reference in New Issue