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))
|
||||
break
|
||||
|
||||
pdb.set_trace()
|
||||
for blockindex in range(startblock, current_index):
|
||||
if blockindex in IGNORE_BLOCK_LIST:
|
||||
continue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user