add the latest height checkpoint

This commit is contained in:
Francisco Gindre 2021-11-18 19:55:50 -03:00
parent 9c9bb8f228
commit ac026cb3e5
1 changed files with 1 additions and 0 deletions

View File

@ -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()