Treasure map passed in controllers

pull/2712/head
Michael Egorov 2019-10-13 11:35:14 -04:00 committed by jMyles
parent c920cf44a5
commit 0bb8d74636
1 changed files with 2 additions and 1 deletions

View File

@ -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.
"""