From ac026cb3e5a3e2ee49de642e787e3f886a56eef9 Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Thu, 18 Nov 2021 19:55:50 -0300 Subject: [PATCH] add the latest height checkpoint --- checkmate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/checkmate.py b/checkmate.py index b379bcb..c2cb8cc 100644 --- a/checkmate.py +++ b/checkmate.py @@ -47,6 +47,7 @@ def main(): for h in range(start_height,latest_height,block_interval): os.system(command_template.substitute(height=h,host=lightwalletd_host)) + os.system(command_template.substitute(height=latest_height,host=lightwalletd_host)) if __name__ == "__main__": main() \ No newline at end of file