From 4de98f83db96e15ab685ef4c85f68dd9253b3836 Mon Sep 17 00:00:00 2001 From: Ouziel Slama Date: Sun, 5 Jan 2025 15:17:33 +0000 Subject: [PATCH] tweaks --- counterparty-core/counterpartycore/cli.py | 2 +- release-notes/release-notes-v10.9.0.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/counterparty-core/counterpartycore/cli.py b/counterparty-core/counterpartycore/cli.py index 00991e130..0327954cc 100755 --- a/counterparty-core/counterpartycore/cli.py +++ b/counterparty-core/counterpartycore/cli.py @@ -363,7 +363,7 @@ def float_range_checker(arg): [ ("--electrs-url",), { - "help": "the complete URL of the Electrs API, for example: `https://mempool.space/api`", + "help": "the complete URL of the Electrs API, possibly including a specific port, for example: `https://mempool.space/api`", }, ], [ diff --git a/release-notes/release-notes-v10.9.0.md b/release-notes/release-notes-v10.9.0.md index 06a0a333a..13a1f36ea 100644 --- a/release-notes/release-notes-v10.9.0.md +++ b/release-notes/release-notes-v10.9.0.md @@ -62,14 +62,14 @@ - Use `satoshirate_normalized` and `give_quantity_normalized` to calculate `price_normalized` - Add a parameter `utxo_value` to the `attach.compose()` and `move.compose()` functions - Add `source_address` and `destination_address` in `sends` table -- Use by default Blockstream API to get address UTXOs and history +- Use by default Blockstream for Electrs API ## CLI - Add `--cache-dir` flag - Add `severity` field to JSON logs for compatibility - Add `--refresh-state-db` and `--rebuild-state-db` flags for `start` command -- Check if `--electr-urls` is a valid url +- Check if `--electrs-url` is a valid url # Credits