mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
codex32: use "cl" instead of "ms" as our HRP.
This was strongly recommended by Russell O'Connor: the "ms" implies that it's a BIP-32 master secret, and this is CLN specific. If we changed the hrp to "cln" it would be better, but apparently that means we no longer fit in a "standard billfold metal wallet" (and our code assumes a 2-byte prefix anyway). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -64,7 +64,7 @@ This hook is called whenever the node is started using the --recovery flag. So b
|
||||
The payload consists of the following information:
|
||||
```json
|
||||
{
|
||||
"codex32": "ms10leetsllhdmn9m42vcsamx24zrxgs3qrl7ahwvhw4fnzrhve25gvezzyqqtum9pgv99ycma"
|
||||
"codex32": "cl10leetsllhdmn9m42vcsamx24zrxgs3qrl7ahwvhw4fnzrhve25gvezzyqqjdsjnzedu43ns"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -628,4 +628,4 @@ The payload for a call follows this format:
|
||||
|
||||
All fields shown here are optional.
|
||||
|
||||
We suggest just returning `{'result': 'continue'}`; any other result will cause the message not to be handed to any other hooks.
|
||||
We suggest just returning `{'result': 'continue'}`; any other result will cause the message not to be handed to any other hooks.
|
||||
|
||||
Reference in New Issue
Block a user