mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
BOLT: update to cover minor changes.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
2
Makefile
2
Makefile
@@ -15,7 +15,7 @@ CCANDIR := ccan
|
|||||||
|
|
||||||
# Where we keep the BOLT RFCs
|
# Where we keep the BOLT RFCs
|
||||||
BOLTDIR := ../lightning-rfc/
|
BOLTDIR := ../lightning-rfc/
|
||||||
BOLTVERSION := 8555709811e6b2326f80dc479021b161e850bf03
|
BOLTVERSION := aba7a8fe46735cb6c15632935f5e442b2fc7f26f
|
||||||
|
|
||||||
-include config.vars
|
-include config.vars
|
||||||
|
|
||||||
|
|||||||
@@ -363,6 +363,7 @@ static void update_local_channel(struct local_cupdate *lc /* frees! */)
|
|||||||
/* BOLT #7:
|
/* BOLT #7:
|
||||||
*
|
*
|
||||||
* The origin node:
|
* The origin node:
|
||||||
|
*...
|
||||||
* - MAY create a `channel_update` to communicate the channel parameters to the
|
* - MAY create a `channel_update` to communicate the channel parameters to the
|
||||||
* channel peer, even though the channel has not yet been announced (i.e. the
|
* channel peer, even though the channel has not yet been announced (i.e. the
|
||||||
* `announce_channel` bit was not set).
|
* `announce_channel` bit was not set).
|
||||||
|
|||||||
Reference in New Issue
Block a user