Skip to content

Commit 65c1de3

Browse files
committed
Generate checkpoint up to height 170016
1 parent b185fcd commit 65c1de3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

electrum/checkpoints.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

electrum/gen_checkpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def main():
5555
print(f"Error: factorn-cli not found at {cli_path}", file=sys.stderr)
5656
sys.exit(1)
5757

58-
chain_height = get_block_count(cli_path)
58+
chain_height = min(168672 + 1344, get_block_count(cli_path))
5959
num_chunks = chain_height // CHUNK_SIZE
6060
# We need at least one complete chunk beyond the checkpoint to verify against
6161
num_checkpoints = num_chunks - 1

0 commit comments

Comments
 (0)