Skip to content

Commit

Permalink
BOLTs: catch up with minor clarifications.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell authored and endothermicdev committed May 9, 2024
1 parent ac3c178 commit bbb6fd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CCANDIR := ccan

# Where we keep the BOLT RFCs
BOLTDIR := ../bolts/
DEFAULT_BOLTVERSION := 6e85df448bfee7d10f26aabb06b8eba3d7505888
DEFAULT_BOLTVERSION := 4dcc377209509b13cf89a4b91fde7d478f5b46d8
# Can be overridden on cmdline.
BOLTVERSION := $(DEFAULT_BOLTVERSION)

Expand Down
6 changes: 3 additions & 3 deletions common/channel_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ struct channel_config {
/* BOLT #2:
*
* `max_htlc_value_in_flight_msat` is a cap on total value of
* outstanding HTLCs, which allows a node to limit its exposure to
* HTLCs */
* outstanding HTLCs offered by the remote node, which allows the
* local node to limit its exposure to HTLCs */
struct amount_msat max_htlc_value_in_flight;

/* BOLT #2:
Expand All @@ -69,7 +69,7 @@ struct channel_config {
/* BOLT #2:
*
* similarly, `max_accepted_htlcs` limits the number of outstanding
* HTLCs the other node can offer. */
* HTLCs the remote node can offer. */
u16 max_accepted_htlcs;

/* BOLT-TBD #X
Expand Down

0 comments on commit bbb6fd4

Please sign in to comment.