mirror of https://github.com/nucypher/nucypher.git
Work Orders is the dict_values now.
parent
0888fc5946
commit
7790b106d9
|
@ -713,7 +713,7 @@ class Bob(Character):
|
|||
|
||||
cleartexts = []
|
||||
the_airing_of_grievances = []
|
||||
work_orders = work_orders.values()
|
||||
|
||||
for work_order in work_orders:
|
||||
try:
|
||||
cfrags = self.get_reencrypted_cfrags(work_order)
|
||||
|
|
Loading…
Reference in New Issue