This commit is contained in:
Jack Robison 2021-06-15 12:03:56 -04:00 committed by Victor Shyba
parent 7c62654534
commit 69ed47fc22

View file

@ -449,7 +449,7 @@ class BlockProcessor:
self.removed_claims_to_send_es.clear() self.removed_claims_to_send_es.clear()
self.pending_reposted.clear() self.pending_reposted.clear()
self.pending_channel_counts.clear() self.pending_channel_counts.clear()
print("******************\n") # print("******************\n")
except: except:
self.logger.exception("advance blocks failed") self.logger.exception("advance blocks failed")
raise raise