removed btc and stopped delivering pow hash

This commit is contained in:
Kevin Froman 2018-05-14 23:24:38 -05:00
parent 973b8583b6
commit c13a742335
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
5 changed files with 6 additions and 64 deletions

View file

@ -21,7 +21,7 @@ import sqlite3, os, sys, time, math, base64, tarfile, getpass, simplecrypt, hash
#from Crypto.Cipher import AES
#from Crypto import Random
import onionrutils, onionrcrypto, onionrproofs, btc, onionrevents as events
import onionrutils, onionrcrypto, onionrproofs, onionrevents as events
if sys.version_info < (3, 6):
try:
@ -461,6 +461,7 @@ class Core:
try:
peerList.append(self._crypto.pubKey + '-' + self._crypto.pubKeyPowToken)
except TypeError:
print('what')
pass
else:
peerList.append(self._crypto.pubKey)