Improve console output and status message
This commit is contained in:
parent
6b9f21fd08
commit
adc85c76c4
6 changed files with 45 additions and 46 deletions
|
@ -85,7 +85,7 @@ class Core:
|
|||
# This function simply adds a peer to the DB
|
||||
if not self._utils.validatePubKey(peerID):
|
||||
return False
|
||||
|
||||
|
||||
conn = sqlite3.connect(self.peerDB)
|
||||
hashID = self._crypto.pubKeyHashID(peerID)
|
||||
c = conn.cursor()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue