Chaotic wasn't black enough.

pull/3143/head
jMyles 2023-07-03 11:33:35 +02:00
parent 8d4210788b
commit 29de460187
1 changed files with 7 additions and 5 deletions

View File

@ -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],