remove WIP changes from pull request branch

This commit is contained in:
nimdahk 2013-07-30 19:28:47 -04:00
parent f455918326
commit a26cae607b

View File

@ -74,8 +74,6 @@ class singleWorker(threading.Thread):
self.doPOWForMyV2Pubkey(data)
elif command == 'sendOutOrStoreMyV3Pubkey':
self.sendOutOrStoreMyV3Pubkey(data)
elif command == 'checkChanPrivacy':
self.checkChanPrivacy(data)
"""elif command == 'newpubkey':
toAddressVersion,toStreamNumber,toRipe = data
if toRipe in shared.neededPubkeys: