+ blocks can now be blacklisted
* Peers sync a little better
This commit is contained in:
parent
12d39393b4
commit
5f21d15cdd
4 changed files with 18 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue