From 4fe9397a5e8977718a32cbf7752987d344e51654 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:57:53 +0100 Subject: [PATCH] fix typos --- doc/API.md | 4 ++-- doc/BUILD.md | 2 +- doc/TRY.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/API.md b/doc/API.md index 78eb0b24b..a83acd8d1 100644 --- a/doc/API.md +++ b/doc/API.md @@ -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 | diff --git a/doc/BUILD.md b/doc/BUILD.md index 98fcc3cf6..18de1afbf 100644 --- a/doc/BUILD.md +++ b/doc/BUILD.md @@ -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`. diff --git a/doc/TRY.md b/doc/TRY.md index 6a20253e8..77fff69c3 100644 --- a/doc/TRY.md +++ b/doc/TRY.md @@ -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.