We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9c3db commit 017581cCopy full SHA for 017581c
doc/lightning-decode.7.md
@@ -15,7 +15,9 @@ The **decode** RPC command checks and parses:
15
or `LIGHTNING:`) as specified by the BOLT 11 and BOLT 12
16
specifications.
17
- a *rune* as created by lightning-commando-rune(7).
18
-- a *emergency\_recover* starting with clnemerg1 which contains the content of emergency.recover file.
+- an *emergency\_recover* string generated by hsmtool like
19
+ `lightning-hsmtool getemergencyrecover <path/to/emergency.recover>`.
20
+ It holds `emergency.recover` contents and starts with `clnemerg1`.
21
22
It may decode other formats in future.
23
0 commit comments