mirror of https://github.com/nucypher/nucypher.git
sets with_participants=False by default.
parent
00d15e3a3a
commit
9405a35b31
|
@ -747,7 +747,7 @@ class CoordinatorAgent(EthereumContractAgent):
|
|||
return self.contract.functions.timeout().call()
|
||||
|
||||
@contract_api(CONTRACT_CALL)
|
||||
def get_ritual(self, ritual_id: int, with_participants: bool = True) -> Ritual:
|
||||
def get_ritual(self, ritual_id: int, with_participants: bool = False) -> Ritual:
|
||||
result = self.contract.functions.rituals(int(ritual_id)).call()
|
||||
ritual = self.Ritual(
|
||||
initiator=ChecksumAddress(result[0]),
|
||||
|
|
Loading…
Reference in New Issue