diff --git a/nucypher/characters/chaotic.py b/nucypher/characters/chaotic.py index 5e1c59464..7b2cc8978 100644 --- a/nucypher/characters/chaotic.py +++ b/nucypher/characters/chaotic.py @@ -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[