From e875628e43019d3d08ec621220320ad28829a016 Mon Sep 17 00:00:00 2001 From: Chris Shucksmith Date: Mon, 9 Oct 2023 21:47:27 +0100 Subject: [PATCH] Update validate_reserves.py Co-authored-by: clchak <85596543+clchak@users.noreply.github.com> --- validate_reserves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate_reserves.py b/validate_reserves.py index 94faad1..6c6a582 100755 --- a/validate_reserves.py +++ b/validate_reserves.py @@ -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