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