Skip to content

Commit

Permalink
Fix --catch-up=bootstrap-always
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Dec 18, 2024
1 parent f310c3d commit 4993d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counterparty-core/counterpartycore/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ def start_all(args):
if (
not os.path.exists(config.DATABASE) and args.catch_up == "bootstrap"
) or args.catch_up == "bootstrap-always":
bootstrap(no_confirm=True, snapshot_url=args.bootstrap_url)
bootstrap.bootstrap(no_confirm=True, snapshot_url=args.bootstrap_url)

# Initialise database
db = database.initialise_db()
Expand Down

0 comments on commit 4993d66

Please sign in to comment.