File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ CCANDIR := ccan
26
26
27
27
# Where we keep the BOLT RFCs
28
28
BOLTDIR := ../bolts/
29
- DEFAULT_BOLTVERSION := 5dec5eb84957d70c9fedf27173e78f1b0b6b0217
29
+ DEFAULT_BOLTVERSION := fd83d7cee0369eb1d9068eb9864bff8b1f940938
30
30
# Can be overridden on cmdline.
31
31
BOLTVERSION := $(DEFAULT_BOLTVERSION )
32
32
Original file line number Diff line number Diff line change 13
13
*
14
14
* pubkey = basepoint + SHA256(per_commitment_point || basepoint) * G
15
15
*
16
- * The `localpubkey` uses the local node's `payment_basepoint`;
17
- * The `remotepubkey` uses the remote node's `payment_basepoint`;
18
- * the `local_htlcpubkey` uses the local node's `htlc_basepoint`;
19
- * the `remote_htlcpubkey` uses the remote node's `htlc_basepoint`;
20
- * the `local_delayedpubkey` uses the local node's `delayed_payment_basepoint`;
21
- * and the `remote_delayedpubkey` uses the remote node's `delayed_payment_basepoint`.
16
+ * - The `localpubkey` uses the local node's `payment_basepoint`;
17
+ * - The `local_htlcpubkey` uses the local node's `htlc_basepoint`;
18
+ * - The `remote_htlcpubkey` uses the remote node's `htlc_basepoint`;
19
+ * - The `local_delayedpubkey` uses the local node's `delayed_payment_basepoint`;
20
+ * - The `remote_delayedpubkey` uses the remote node's `delayed_payment_basepoint`.
22
21
*...
23
22
* The `remotepubkey` is simply the remote node's `payment_basepoint`.
24
23
*/
Original file line number Diff line number Diff line change @@ -17,12 +17,11 @@ bool derive_keyset(const struct pubkey *per_commitment_point,
17
17
*
18
18
* pubkey = basepoint + SHA256(per_commitment_point || basepoint) * G
19
19
*
20
- * The `localpubkey` uses the local node's `payment_basepoint`;
21
- * The `remotepubkey` uses the remote node's `payment_basepoint`;
22
- * the `local_htlcpubkey` uses the local node's `htlc_basepoint`;
23
- * the `remote_htlcpubkey` uses the remote node's `htlc_basepoint`;
24
- * the `local_delayedpubkey` uses the local node's `delayed_payment_basepoint`;
25
- * and the `remote_delayedpubkey` uses the remote node's `delayed_payment_basepoint`.
20
+ * - The `localpubkey` uses the local node's `payment_basepoint`;
21
+ * - The `local_htlcpubkey` uses the local node's `htlc_basepoint`;
22
+ * - The `remote_htlcpubkey` uses the remote node's `htlc_basepoint`;
23
+ * - The `local_delayedpubkey` uses the local node's `delayed_payment_basepoint`;
24
+ * - The `remote_delayedpubkey` uses the remote node's `delayed_payment_basepoint`.
26
25
*/
27
26
if (!derive_simple_key (& self -> payment ,
28
27
per_commitment_point ,
You can’t perform that action at this time.
0 commit comments