sync improvements, bug fixes, config changes
This commit is contained in:
parent
638436ee10
commit
1faae80aaf
3 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue