mirror of https://github.com/nucypher/nucypher.git
Chaotic wasn't black enough.
parent
8d4210788b
commit
29de460187
|
@ -146,7 +146,9 @@ class NiceGuyEddie(Enrico, DKGOmniscient):
|
|||
encrypting_key_we_actually_want_to_use = self._dkg_insight.dkg.public_key
|
||||
super().__init__(
|
||||
# https://imgflip.com/i/7o0po4
|
||||
encrypting_key=encrypting_key_we_actually_want_to_use, *args, **kwargs
|
||||
encrypting_key=encrypting_key_we_actually_want_to_use,
|
||||
*args,
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
|
||||
|
@ -227,10 +229,10 @@ class DoomedDecryptionClient(ThresholdDecryptionClient):
|
|||
"""
|
||||
|
||||
def gather_encrypted_decryption_shares(
|
||||
self,
|
||||
encrypted_requests,
|
||||
threshold: int,
|
||||
timeout: float = 10,
|
||||
self,
|
||||
encrypted_requests,
|
||||
threshold: int,
|
||||
timeout: float = 10,
|
||||
) -> Tuple[
|
||||
Dict[ChecksumAddress, EncryptedThresholdDecryptionResponse],
|
||||
Dict[ChecksumAddress, str],
|
||||
|
|
Loading…
Reference in New Issue