Removing an extra debugger line which was left

This commit is contained in:
Vivek Teega 2023-05-06 13:36:55 +00:00
parent 6d56c2a1e0
commit fa9798d1f0

View File

@ -2155,7 +2155,6 @@ def scanBlockchain():
logger.info("Current block height is %s" % str(current_index))
break
pdb.set_trace()
for blockindex in range(startblock, current_index):
if blockindex in IGNORE_BLOCK_LIST:
continue