From ccf18810f228f10b6dc9364bd12ce53bd7269223 Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Thu, 9 Nov 2023 21:11:57 -0800 Subject: [PATCH] doc: update decode instruction for emergency.recover Related to: https://github.com/ElementsProject/lightning/issues/6711 https://github.com/ElementsProject/lightning/pull/6773 Changelog-None --- doc/lightning-decode.7.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/lightning-decode.7.md b/doc/lightning-decode.7.md index ee6544cbbdc4..e44918a0de3a 100644 --- a/doc/lightning-decode.7.md +++ b/doc/lightning-decode.7.md @@ -15,7 +15,9 @@ The **decode** RPC command checks and parses: or `LIGHTNING:`) as specified by the BOLT 11 and BOLT 12 specifications. - a *rune* as created by lightning-commando-rune(7). -- a *emergency\_recover* starting with clnemerg1 which contains the content of emergency.recover file. +- an *emergency\_recover* string generated by hsmtool like + `lightning-hsmtool getemergencyrecover `. + It holds `emergency.recover` contents and starts with `clnemerg1`. It may decode other formats in future.