Skip to content

Commit d28c5a6

Browse files
authored
added missing $ for command-line command
1 parent d7ed972 commit d28c5a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

18_2__Interlude_Accessing_a_Second_Lightning_Node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ If you're using a Bitcoin config file from Standup or some other specialized `co
130130

131131
You must then restart bitcoin (or just reboot your machine). You can test that it's working as follows:
132132
```
133-
bitcoin-cli getzmqnotifications
133+
$ bitcoin-cli getzmqnotifications
134134
[
135135
{
136136
"type": "pubrawblock",

0 commit comments

Comments
 (0)