+ blocks can now be blacklisted

* Peers sync a little better
This commit is contained in:
Kevin Froman 2018-08-11 00:23:59 -05:00
parent 12d39393b4
commit 5f21d15cdd
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
4 changed files with 18 additions and 10 deletions

View file

@ -172,7 +172,7 @@ class Core:
def removeBlock(self, block):
'''
remove a block from this node
remove a block from this node (does not automatically blacklist)
'''
if self._utils.validateHash(block):
conn = sqlite3.connect(self.blockDB)