mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Update to latest BOLT.
And nail "make check-source" to that specific version (which is a commit id, not a branch name, so needs a different syntax for git). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -487,7 +487,7 @@ u8 *create_onionreply(const tal_t *ctx, const struct secret *shared_secret,
|
||||
/* BOLT #4:
|
||||
*
|
||||
* Where `hmac` is an HMAC authenticating the remainder of the packet,
|
||||
* with a key using the above key generation with key type "_um_"
|
||||
* with a key using the above key generation with key type `um`
|
||||
*/
|
||||
generate_key(key, "um", 2, shared_secret->data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user