Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Jan 5, 2025
1 parent 0d25367 commit 4de98f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion counterparty-core/counterpartycore/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`",
},
],
[
Expand Down
4 changes: 2 additions & 2 deletions release-notes/release-notes-v10.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4de98f8

Please sign in to comment.