Skip to content

Commit

Permalink
Update validate_reserves.py
Browse files Browse the repository at this point in the history
Co-authored-by: clchak <[email protected]>
  • Loading branch information
shuckc and clchak committed Oct 9, 2023
1 parent f6e11c9 commit e875628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate_reserves.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def validate_proofs(bitcoin, proof_data, chunk_size=60000):
raise Exception("Fatal: Unable to retrieve block at snapshot height")

logging.info(
f"Running against {proof_data['chain']} chain, rewinding tip to {block_hash}".format()
f"Running against {proof_data['chain']} chain, rewinding tip to {block_hash}"
)

# there could be forks leading from the block we want, so we need to invalidate them
Expand Down

0 comments on commit e875628

Please sign in to comment.