mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 01:50:03 +01:00
peer-protocol: Add links to referenced BOLTs
Add links to make it clearer that these two actions: 'authentication' and 'initialization' are specified elsewhere.
This commit is contained in:
parent
5727c3dff0
commit
05a4d18c1e
@ -30,7 +30,8 @@ operation, and closing.
|
||||
|
||||
## Channel Establishment
|
||||
|
||||
After authentication and initializing a connection, channel establishment may begin.
|
||||
After authenticating and initializing a connection ([BOLT #8](08-transport.md)
|
||||
and [BOLT #1](01-messaging.md#the-init-message), respectively), channel establishment may begin.
|
||||
This consists of the funding node (funder) sending an `open_channel` message,
|
||||
followed by the responding node (fundee) sending `accept_channel`. With the
|
||||
channel parameters locked in, the funder is able to create the funding
|
||||
|
Loading…
Reference in New Issue
Block a user