Skip to content

Commit

Permalink
Fixed two typos (#213)
Browse files Browse the repository at this point in the history
Fixed two typos
  • Loading branch information
Patrick authored and Stadicus committed Sep 21, 2018
1 parent fdd6f8a commit e56ceab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raspibolt/raspibolt_faq.md
Expand Up @@ -98,13 +98,13 @@ Upgrading can lead to a number of issues. Please **always** read the [LND releas

* Starting with this release, LND expects two different ZMQ sockets for blocks and transactions. Edit `bitcoin.conf`, save and exit.
```
$ sudo nano /home/bitcoin/.bitcoin/bitcoin.conf
$ sudo nano /home/bitcoin/.bitcoin/bitcoin.conf
zmqpubrawblock=tcp://127.0.0.1:28332
zmqpubrawtx=tcp://127.0.0.1:28333
```
* The option `debughtlc` is no longer allowed and needs to be deleted. Edit `lnd.conf`, save and exit.
```
$ sudo nano /home/bitcoin/.lnd/lnd.conf`
$ sudo nano /home/bitcoin/.lnd/lnd.conf
#debughtlc=true
```
* Restart the services with the new configuration and unlock the wallet with the "bitcoin" user. This creates a new set of macaroons (explained below).
Expand Down

0 comments on commit e56ceab

Please sign in to comment.