Skip to content

Commit

Permalink
doc: Update example to be valid codex32 string
Browse files Browse the repository at this point in the history
I guess this was to honor Aditya, but it was also a wrong example.

Signed-off-by: Peter Neuroth <[email protected]>
  • Loading branch information
nepet committed Nov 28, 2023
1 parent 3d51f00 commit 9ace27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lightning-hsmtool.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This produces the same results as lightning-commando-rune(7) on a fresh node.
You will still need to create a rune once the node starts, if you want commando to work (as it is only activated once it has generated one).

**getcodexsecret** *hsm\_secret\_path* *id*
Print out the BIP-93 formatted HSM secret, for use with `--recover`. The `id` is any 4 character string you can use to identify this secret (e.g. `adi0`): it cannot contain `i`, `o`, or `b`, but can contain digits except `1`.
Print out the BIP-93 formatted HSM secret, for use with `--recover`. The `id` is any 4 character string you can use to identify this secret (e.g. `ad00`): it cannot contain `i`, `o`, or `b`, but can contain digits except `1`.

**getemergencyrecover** *emergency.recover\_path*
Print out the bech32 encoded emergency.recover file.
Expand Down

0 comments on commit 9ace27e

Please sign in to comment.