Skip to content

Commit 7e0aade

Browse files
committed
README: fix formatting
1 parent 438c8ab commit 7e0aade

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,15 @@ file based backup or the recovered file from the crashed node).
6767
of the `channel.db` from the node.
6868
<br/><br/>
6969
Whatever you do, do **never, ever** replace your `channel.db` file with an old
70-
version (from a file based backup) and start your node that way. [Read this
71-
explanation why that can lead to loss of funds.](https://github.com/lightningnetwork/lnd/blob/master/docs/safety.md#file-based-backups)
70+
version (from a file based backup) and start your node that way.
71+
[Read this explanation why that can lead to loss of funds.](https://github.com/lightningnetwork/lnd/blob/master/docs/safety.md#file-based-backups)
7272

7373
2. **Rescue on-chain balance**: To start the recovery process, we are going to
7474
re-create the node from scratch. To make sure we don't overwrite any old data
7575
in the process, make sure the old data directory of your node (usually `.lnd`
7676
in the user's home directory) is safely moved away (or the whole folder
77-
renamed) before continuing.
78-
<br/>
79-
To start the on-chain recovery, [follow the sub step "Starting On-Chain
80-
Recovery" of this guide](https://github.com/lightningnetwork/lnd/blob/master/docs/recovery.md#starting-on-chain-recovery).
77+
renamed) before continuing.<br/>
78+
To start the on-chain recovery, [follow the sub step "Starting On-Chain Recovery" of this guide](https://github.com/lightningnetwork/lnd/blob/master/docs/recovery.md#starting-on-chain-recovery).
8179
Don't follow the whole guide, only this single chapter!
8280
<br/><br/>
8381
This step is completed once the `lncli getinfo` command shows both

0 commit comments

Comments
 (0)