Skip to content

Commit e207061

Browse files
committed
News71: edits for adamjonas and jonatack feedback (thanks!)
1 parent a826e8e commit e207061

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_posts/en/newsletters/2019-11-06-newsletter.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ projects.
6262

6363
- Whether each LN payment should pay different public keys (using
6464
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
6666
this would make the channel state too deterministic. This could
6767
allow a watchtower that received a series of encrypted breach
6868
remedy transactions from one side of a channel to be able to
@@ -93,7 +93,7 @@ projects.
9393
not they want to participate in address relay---a per-node method
9494
and a per-connection method. The per-node method could easily build
9595
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
9797
per-connection method. In particular, the per-connection method
9898
could allow a node to dedicate some connections to transaction relay
9999
and other connections to address relay, producing possible privacy
@@ -122,7 +122,7 @@ projects.
122122

123123
- [LND #3558][] synthesizes a unified policy for any case where two
124124
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
126126
those channels. [BOLT4][bolt4 non-strict rec] recommends that multiple channels
127127
between the same nodes should all use the same policy, but this
128128
doesn't always happen, so this change tries to determine "the greatest
@@ -132,11 +132,11 @@ projects.
132132

133133
- [LND #3556][] adds a new `queryprob` RPC that returns the expected
134134
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
136136
removed from the `querymc` RPC.
137137

138138
- [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
140140
LN specification (the BOLT documents). The remaining values may be
141141
used freely as custom records by any LN implementation. The updated
142142
specification also now provides guidance on how to select numbers for

0 commit comments

Comments
 (0)