mirror of https://github.com/nucypher/nucypher.git
parent
0eaf4f293d
commit
3d9446612b
|
@ -155,7 +155,7 @@ class NiceGuyEddie(Enrico, DKGOmniscient):
|
|||
class DKGOmniscientDecryptionClient(ThresholdDecryptionClient):
|
||||
def gather_encrypted_decryption_shares(
|
||||
self,
|
||||
encrypted_requests,
|
||||
encrypted_requests: Dict[ChecksumAddress, EncryptedThresholdDecryptionRequest],
|
||||
threshold: int,
|
||||
timeout: float = 10,
|
||||
) -> Tuple[
|
||||
|
|
Loading…
Reference in New Issue