From 3efbeafbfc68eeeac2737c5e0f2204e01fd6e4f6 Mon Sep 17 00:00:00 2001 From: Derek Pierre Date: Tue, 23 May 2023 10:08:33 -0400 Subject: [PATCH] Apply RFC from #3128 Co-authored-by: piotr-roslaniec <39299780+piotr-roslaniec@users.noreply.github.com> --- nucypher/characters/lawful.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucypher/characters/lawful.py b/nucypher/characters/lawful.py index 085b6421a..614f84d66 100644 --- a/nucypher/characters/lawful.py +++ b/nucypher/characters/lawful.py @@ -1379,7 +1379,7 @@ class Enrico: ciphertext = ferveo_py.encrypt(plaintext, conditions_bytes, self.policy_pubkey) return ciphertext - def encryt_for_dkg_and_produce_decryption_request(self, + def encrypt_for_dkg_and_produce_decryption_request(self, plaintext: bytes, conditions: LingoList, ritual_id: int,