work on sockets
This commit is contained in:
parent
759da55094
commit
70e2ccbc0a
3 changed files with 14 additions and 8 deletions
|
@ -75,7 +75,7 @@ def on_processBlocks(api):
|
|||
if api.data['validSig'] == True:
|
||||
_processForwardKey(api, myBlock)
|
||||
# socket blocks
|
||||
elif blockType == 'openSocket':
|
||||
elif blockType == 'socket':
|
||||
if api.data['validSig'] == True and myBlock.decrypted: # we check if it is decrypted as a way of seeing if it was for us
|
||||
try:
|
||||
address = api.data['address']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue