Skip to content

Commit b419020

Browse files
committed
BOLT 2: link to BOLT 7 when referring announcement_signature msg
This commit modifies the “Normal Operation” summarization by including a link to BOLT #7 when mentioning the `announcement_signature` message. Previously a reader would need to search other documents to figure out what an `announcement_signature` was, and its purpose.
1 parent 8ee57b9 commit b419020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-peer-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ reason to pay a premium for rapid processing.
426426

427427
## Normal Operation
428428

429-
Once both nodes have exchanged `funding_locked` (and optionally `announcement_signatures`), the channel can be used to make payments via Hash TimeLocked Contracts.
429+
Once both nodes have exchanged `funding_locked` (and optionally [`announcement_signatures`](https://github.com/lightningnetwork/lightning-rfc/blob/master/07-routing-gossip.md#the-announcement_signatures-message)), the channel can be used to make payments via Hash TimeLocked Contracts.
430430

431431
Changes are sent in batches: one or more `update_` messages are sent before a
432432
`commitment_signed` message, as in the following diagram:

0 commit comments

Comments
 (0)