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:
Rusty Russell
2017-10-26 13:39:19 +10:30
parent 6c21da69e6
commit a9002eac52
5 changed files with 7 additions and 7 deletions

View File

@@ -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);