Skip to content

Commit

Permalink
Update essentials.py
Browse files Browse the repository at this point in the history
revert change to rollback limit for now
  • Loading branch information
hclivess authored Aug 14, 2019
1 parent d1e403c commit f402289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion essentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def round_down(number, order):


def checkpoint_set(node):
node.checkpoint = round_down(node.last_block, 10) - 30
node.checkpoint = round_down(node.last_block, 1000) - 1000
node.logger.app_log.warning(f"Checkpoint set to {node.checkpoint}")


Expand Down

0 comments on commit f402289

Please sign in to comment.