You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ bitcoin lightning (see:
6
6
the original "lightning network").
7
7
8
8
This implementation is being developed in parallel with the protocol
9
-
definition, which you can find [https://github.com/rustyrussell/lightning](on my fork of the protocol description repository).
9
+
definition, which you can find [on my fork of the protocol description repository](https://github.com/rustyrussell/lightning).
10
10
11
-
So far, we are working on the [https://github.com/rustyrussell/lightning/blob/master/communications/low/01-encryption.md](inter-node encryption) and [https://github.com/rustyrussell/lightning/blob/master/communications/low/02-wire-protocol.md](transaction negotiation) phases.
11
+
So far, we are working on the [inter-node encryption](https://github.com/rustyrussell/lightning/blob/master/communications/low/01-encryption.md) and [transaction negotiation](https://github.com/rustyrussell/lightning/blob/master/communications/low/02-wire-protocol.md) phases.
12
12
13
13
Later steps will enhance the protocol to network individual daemons,
14
14
advertise their IP addresses, publish routes and fees, and use that
0 commit comments