From 0bb8d74636d07026c3e313c6f48e5fa47091835f Mon Sep 17 00:00:00 2001 From: Michael Egorov Date: Sun, 13 Oct 2019 11:35:14 -0400 Subject: [PATCH] Treasure map passed in controllers --- nucypher/characters/control/interfaces.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nucypher/characters/control/interfaces.py b/nucypher/characters/control/interfaces.py index 828a7c806..dd0182f56 100644 --- a/nucypher/characters/control/interfaces.py +++ b/nucypher/characters/control/interfaces.py @@ -188,7 +188,8 @@ class BobInterface(CharacterPublicInterface): label: bytes, policy_encrypting_key: bytes, alice_verifying_key: bytes, - message_kit: bytes): + message_kit: bytes, + treasure_map: bytes = None): """ Character control endpoint for re-encrypting and decrypting policy data. """