mirror of https://github.com/nucypher/nucypher.git
Default to needing to do new retrieval; we'll check to see if we don't.
parent
d5b74ab5a9
commit
150cc34e3e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue