@@ -62,7 +62,7 @@ projects.
62
62
63
63
- Whether each LN payment should pay different public keys (using
64
64
pubkey tweaking). Removing key tweaking was proposed to reduce
65
- the amount state tracking necessary, but a concern was raised that
65
+ the amount of state tracking necessary, but a concern was raised that
66
66
this would make the channel state too deterministic. This could
67
67
allow a watchtower that received a series of encrypted breach
68
68
remedy transactions from one side of a channel to be able to
@@ -93,7 +93,7 @@ projects.
93
93
not they want to participate in address relay---a per-node method
94
94
and a per-connection method. The per-node method could easily build
95
95
on top of work already being done for addrv2 messages (see [ Newsletter
96
- #37 ] [ news37 addrv2 ] ), but it would be less flexible than the the
96
+ #37 ] [ news37 addrv2 ] ), but it would be less flexible than the
97
97
per-connection method. In particular, the per-connection method
98
98
could allow a node to dedicate some connections to transaction relay
99
99
and other connections to address relay, producing possible privacy
@@ -122,7 +122,7 @@ projects.
122
122
123
123
- [ LND #3558 ] [ ] synthesizes a unified policy for any case where two
124
124
particular nodes have multiple channels open between them and then
125
- uses this synthetic policy when considering routing through any of
125
+ uses this unified policy when considering routing through any of
126
126
those channels. [ BOLT4] [ bolt4 non-strict rec ] recommends that multiple channels
127
127
between the same nodes should all use the same policy, but this
128
128
doesn't always happen, so this change tries to determine "the greatest
@@ -132,11 +132,11 @@ projects.
132
132
133
133
- [ LND #3556 ] [ ] adds a new ` queryprob ` RPC that returns the expected
134
134
probability that a payment would succeed given a particular
135
- destination node and amount. This replaces functionality previously
135
+ source node, destination node, and payment amount. This replaces functionality previously
136
136
removed from the ` querymc ` RPC.
137
137
138
138
- [ BOLTs #660 ] [ ] updates [ BOLT1] [ ] to reserve Type-Length-Value (TLV)
139
- type identifiers less than 2<sup >16</sup > for types defined in in the
139
+ type identifiers less than 2<sup >16</sup > for types defined in the
140
140
LN specification (the BOLT documents). The remaining values may be
141
141
used freely as custom records by any LN implementation. The updated
142
142
specification also now provides guidance on how to select numbers for
0 commit comments