Removing an extra debugger line which was left
This commit is contained in:
parent
6d56c2a1e0
commit
fa9798d1f0
@ -2155,7 +2155,6 @@ def scanBlockchain():
|
|||||||
logger.info("Current block height is %s" % str(current_index))
|
logger.info("Current block height is %s" % str(current_index))
|
||||||
break
|
break
|
||||||
|
|
||||||
pdb.set_trace()
|
|
||||||
for blockindex in range(startblock, current_index):
|
for blockindex in range(startblock, current_index):
|
||||||
if blockindex in IGNORE_BLOCK_LIST:
|
if blockindex in IGNORE_BLOCK_LIST:
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user