From 150cc34e3ea57dfc482bead421a09b329be4c691 Mon Sep 17 00:00:00 2001 From: jMyles Date: Tue, 6 Aug 2019 15:30:44 -0700 Subject: [PATCH] Default to needing to do new retrieval; we'll check to see if we don't. --- nucypher/characters/lawful.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nucypher/characters/lawful.py b/nucypher/characters/lawful.py index a21bdc9b5..efd80d532 100644 --- a/nucypher/characters/lawful.py +++ b/nucypher/characters/lawful.py @@ -671,6 +671,8 @@ class Bob(Character): capsule_is_already_activated = len(message_kit.capsule._attached_cfrags) >= m + must_do_new_retrieval = True # Unless we can safely conclude to the contrary. + if capsule_is_already_activated: if cache: must_do_new_retrieval = False