From 27d1feabfc1d2fa2b19460e314d3d7b937ef95c6 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:55:02 +0100 Subject: [PATCH] fix typos (#99) * fix typos * fix typo --------- Co-authored-by: Dominion5254 <125493428+Dominion5254@users.noreply.github.com> --- docs/instructions.md | 6 +++--- docs/integrations/spark.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/instructions.md b/docs/instructions.md index d0473e1..210c490 100644 --- a/docs/instructions.md +++ b/docs/instructions.md @@ -2,7 +2,7 @@ ## Dependencies -When running Core Lightning on StartOS it is recommended to use a full archival Bitcion Core node. However, CLN can be run with a pruned node provided Bitcoin Core's version is >= 25.0.0~2. +When running Core Lightning on StartOS it is recommended to use a full archival Bitcoin Core node. However, CLN can be run with a pruned node provided Bitcoin Core's version is >= 25.0.0~2. **Note: If using a pruned node and bitcoind prunes a block that Core Lightning has not processed yet, e.g., Core Lightning was not running for a prolonged period, then bitcoind will not be able to serve the missing block(s), hence Core Lightning will not be able to synchronize anymore and will be stuck.** @@ -15,7 +15,7 @@ use-cases, we recommend using the defaults. You can change credentials from the ## Using a Wallet -CLN can be connected to wallets supporting connecting over tor to the REST inferface (credentials are located in +CLN can be connected to wallets supporting connecting over tor via the REST interface (credentials are located in `Properties`). For a list of compatible wallets, refer to the lightning documentation. @@ -49,7 +49,7 @@ To this end, here are some of the things CLBOSS can do automatically: funds - Acquire incoming capacity via boltz.exchange swaps. - Rebalance open channels by self-payment (including JIT rebalancer). -- Set forwarding fees so that they're competitive to other nodes +- Set forwarding fees so that they're competitive with other nodes - Close channels that are not performing well (this feature is experimental) # CLBOSS Operation **(advanced users only)** diff --git a/docs/integrations/spark.md b/docs/integrations/spark.md index d07655b..1251ad3 100644 --- a/docs/integrations/spark.md +++ b/docs/integrations/spark.md @@ -24,4 +24,4 @@ Spark wallet is a "remote control" interface for a remote c-lightning node inten ## iOS -1. Spark does not exist as a mobile app for iOS. It exists as a [PWA](https://github.com/shesek/spark-wallet#progressive-web-app) and supports basically functionality, but not QR scanning or connecting with a remote node over Tor, which is necessary for connecting to your Start9 server's c-lightning instance. +1. Spark does not exist as a mobile app for iOS. It exists as a [PWA](https://github.com/shesek/spark-wallet#progressive-web-app) and supports basic functionality, but not QR scanning or connecting with a remote node over Tor, which is necessary for connecting to your Start9 server's c-lightning instance.