mirror of https://github.com/nucypher/nucypher.git
.enact() for Policy
parent
f68bd91510
commit
021f7a25d5
|
@ -238,7 +238,7 @@ class Alice(Character):
|
|||
offer = policy_group.craft_offer(deposit, expiration)
|
||||
|
||||
policy_group.find_n_ursulas(networky_stuff, offer)
|
||||
policy_group.enact_policies(networky_stuff) # REST call happens here, as does population of TreasureMap.
|
||||
policy_group.enact(networky_stuff) # REST call happens here, as does population of TreasureMap.
|
||||
|
||||
return policy_group
|
||||
|
||||
|
|
Loading…
Reference in New Issue