+ added methods to import and select new forward secrecy keys

This commit is contained in:
Kevin Froman 2018-09-11 21:58:51 -05:00
parent d151e0d302
commit c4dcd89dfe
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
3 changed files with 22 additions and 4 deletions

View file

@ -54,7 +54,7 @@ def _processForwardKey(api, myBlock):
def on_processBlocks(api):
myBlock = api.data['block']
blockType = api.data['type']
print('blockType is ' + blockType)
logger.info('blockType is ' + blockType)
# Process specific block types