doc: update bolt version

And sweep through and remove git qualifiers from many BOLT strings.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2020-08-20 16:19:27 +09:30
parent 95294e25ea
commit 007daf6b9f
6 changed files with 27 additions and 27 deletions

View File

@@ -479,10 +479,10 @@ struct onionpacket *create_onionpacket(
packet->version = 0;
memset(nexthmac.bytes, 0, sizeof(nexthmac.bytes));
/* BOLT-e116441ee836447ac3f24cdca62bac1e0f223d5f #4:
/* BOLT #4:
*
* The packet is initialized with 1366 _random_ bytes derived from a
* CSPRNG.
* The packet is initialized with 1300 _random_ bytes derived from a
* CSPRNG
*/
/* Note that this is just hop_payloads: the rest of the packet is
* overwritten below or above anyway. */