fix typos

This commit is contained in:
omahs 2023-11-02 13:57:53 +01:00
parent 65d3159dcc
commit 4fe9397a5e
3 changed files with 5 additions and 5 deletions

View File

@ -313,7 +313,7 @@ cover the requested feerate.
### `updatelabels`
Update the labels from a given map of key/value, with the labelled bitcoin addresses, txids and
outpoints as keys and the label as value. If a label already exist for the given item, the new label
outpoints as keys and the label as value. If a label already exists for the given item, the new label
overrides the previous one. If a `null` value is passed, the label is deleted.
#### Request
@ -337,4 +337,4 @@ Items without labels are not present in the response map.
| Field | Type | Description |
| -------- | ------ | -------------------------------------------------------------------------------- |
| `labels` | object | A mapping of bitcoin addresses, txids and oupoints as keys, and string as values |
| `labels` | object | A mapping of bitcoin addresses, txids and outpoints as keys, and string as values |

View File

@ -5,7 +5,7 @@ Cargo takes care of downloading and compiling the project's dependencies, as wel
project itself. Dependencies are specified in a [`Cargo.toml`](../Cargo.toml) file at the root of
this repository. They are pinned in a [`Cargo.lock`](../Cargo.lock) file at the same place.
We take security very seriously, and toolchain is a big part of that. We are moderatly conservative
We take security very seriously, and toolchain is a big part of that. We are moderately conservative
with dependencies and aim to target reasonable compiler versions that have had time to mature (ie
that had the chance to be reviewed and distributed by third parties, as well as tested by the
community). The minimum supported Rust version for `lianad` currently is `1.54`.

View File

@ -101,8 +101,8 @@ the descriptor on it.
You can then decide whether you would like to manage `bitcoind` yourself or let Liana configure
and start/stop it while the GUI is being used:
For the purpose of this guide, we will use the simpler option: to let Liana download and managed Bitcoin Core for us. It will get the software on [bitcoincore.org](https://bitcoincore.org/) and configure it in pruned mode with about 20GB of disk usage.
A full Initial Blocks Download (Bitcoin network syncronization, from the beginning of the chain) will take place, as we are using Signet it will be pretty quick.
For the purpose of this guide, we will use the simpler option: to let Liana download and manage Bitcoin Core for us. It will get the software on [bitcoincore.org](https://bitcoincore.org/) and configure it in pruned mode with about 20GB of disk usage.
A full Initial Blocks Download (Bitcoin network synchronization, from the beginning of the chain) will take place, as we are using Signet it will be pretty quick.
Click on continue until we finalize the installation.