chore: fix some minor issues in the comments (#1235)

Signed-off-by: vastonus <vastonus@outlook.com>
This commit is contained in:
vastonus 2025-10-27 15:10:58 +08:00 committed by GitHub
parent a2a47e8c00
commit 0d749dba9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
|WARN | 1|Things that could indicate serious problems |
|INFO | 2|Various significant events and suggestions |
|DEBUG | 3|Details that could be useful when debugging - only use when debugging!|
|TRACE | 4|**Very** detailed information - only use when debugging! |
|TRACE | 4|**Very** detailed information - only use when debugging! |
### Important changes from versions older than 0.9.0
@ -69,7 +69,7 @@ sudo apt update
sudo apt upgrade
```
Similarly for other distributions - use their respective commands.
Similarly for other distributions - use their respective commands.
If a new version of `electrs` is not yet in the package system, try waiting a few days or contact the maintainers of the packages if it has been a long time.
### Upgrading manual installation

View file

@ -101,8 +101,8 @@ $ echo '{"jsonrpc": "2.0", "method": "server.version", "params": ["", "1.4"], "i
{"id":0,"jsonrpc":"2.0","result":["electrs 0.9.0","1.4"]}
```
For more complex tasks, you may need to convert addresses to
[script hashes](https://electrum-protocol.readthedocs.io/en/latest/protocol-basics.html#script-hashes) - see
For more complex tasks, you may need to convert addresses to
[script hashes](https://electrum-protocol.readthedocs.io/en/latest/protocol-basics.html#script-hashes) - see
[contrib/history.py](https://github.com/romanz/electrs/blob/master/contrib/history.py) for getting an address balance and history:
```