From 5f989f0833486607027aa23f5b374742240e000c Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 5 Jan 2021 08:49:14 -1000 Subject: [PATCH] clarification on restarting --- 18_2__Interlude_Accessing_a_Second_Lightning_Node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/18_2__Interlude_Accessing_a_Second_Lightning_Node.md b/18_2__Interlude_Accessing_a_Second_Lightning_Node.md index d762d4c..3bdeffc 100644 --- a/18_2__Interlude_Accessing_a_Second_Lightning_Node.md +++ b/18_2__Interlude_Accessing_a_Second_Lightning_Node.md @@ -127,7 +127,7 @@ $ cat >> ~/.bitcoin/bitcoin.conf zmqpubrawblock=tcp://127.0.0.1:28332 zmqpubrawtx=tcp://127.0.0.1:28333 ``` -You must then restart bitcoin. You can test that it's working as follows: +You must then restart bitcoin (or just reboot your machine). You can test that it's working as follows: ``` bitcoin-cli getzmqnotifications [