fix removeblock docstring

This commit is contained in:
Kevin Froman 2020-03-27 20:03:30 -05:00
parent 012ee33499
commit d50e6db1d2
1 changed files with 2 additions and 1 deletions

View File

@ -27,8 +27,9 @@ from onionrblocks import storagecounter
def remove_block(block):
"""remove a block from this node (does not automatically blacklist).
"""Remove a block from this node.
(does not automatically blacklist).
**You may want blacklist.addToDB(blockHash)
"""
if stringvalidators.validate_hash(block):