work on sockets

This commit is contained in:
Kevin Froman 2018-09-20 12:15:08 -05:00
parent c2b0277612
commit 2164ded679
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ def _processForwardKey(api, myBlock):
'''
Get the forward secrecy key specified by the user for us to use
'''
peer = onionrusers.OnionrUser(self.api.get_core(), myBlock.signer)
peer = onionrusers.OnionrUser(api.get_core(), myBlock.signer)
key = myBlock.getMetadata('newFSKey')
# We don't need to validate here probably, but it helps