Skip to content

Commit

Permalink
Merge #786: docs: fix typos
Browse files Browse the repository at this point in the history
4fe9397 fix typos (omahs)

Pull request description:

  docs: fix typos

ACKs for top commit:
  darosior:
    ACK 4fe9397

Tree-SHA512: ab0d7d1ae41e22d7a9993ed1efc4aad311e47c8d30662446623c02a5a50018ddc78b8df991f43b7a875bee368629bff4cf2413375c589e57d9ab5fa9e4f6bed0
  • Loading branch information
darosior committed Nov 2, 2023
2 parents 65d3159 + 4fe9397 commit d5b7a3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 |
2 changes: 1 addition & 1 deletion doc/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions doc/TRY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d5b7a3a

Please sign in to comment.