remove WIP changes from pull request branch
This commit is contained in:
parent
f455918326
commit
a26cae607b
|
@ -74,8 +74,6 @@ class singleWorker(threading.Thread):
|
||||||
self.doPOWForMyV2Pubkey(data)
|
self.doPOWForMyV2Pubkey(data)
|
||||||
elif command == 'sendOutOrStoreMyV3Pubkey':
|
elif command == 'sendOutOrStoreMyV3Pubkey':
|
||||||
self.sendOutOrStoreMyV3Pubkey(data)
|
self.sendOutOrStoreMyV3Pubkey(data)
|
||||||
elif command == 'checkChanPrivacy':
|
|
||||||
self.checkChanPrivacy(data)
|
|
||||||
"""elif command == 'newpubkey':
|
"""elif command == 'newpubkey':
|
||||||
toAddressVersion,toStreamNumber,toRipe = data
|
toAddressVersion,toStreamNumber,toRipe = data
|
||||||
if toRipe in shared.neededPubkeys:
|
if toRipe in shared.neededPubkeys:
|
||||||
|
|
Reference in New Issue
Block a user