sync improvements, bug fixes, config changes

This commit is contained in:
Kevin Froman 2018-08-23 13:24:32 -05:00
parent 638436ee10
commit 1faae80aaf
3 changed files with 4 additions and 2 deletions

View file

@ -175,6 +175,8 @@ class Core:
def removeBlock(self, block):
'''
remove a block from this node (does not automatically blacklist)
**You may want blacklist.addToDB(blockHash)
'''
if self._utils.validateHash(block):
conn = sqlite3.connect(self.blockDB)