Skip to content

Commit 5f23d89

Browse files
committed
f sp from jeff
1 parent d6af3eb commit 5f23d89

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
requirements on `KeysInterface::get_inbound_payment_key_material` and
88
`lightning_invoice::utils::create_phantom_invoice` (#1199).
99
* In order to support phantom node payments, several `KeysInterface` methods
10-
now accept a `Recipient` parameter to select between the local node_id and a
11-
phantom-specific one.
10+
now accept a `Recipient` parameter to select between the local `node_id` and
11+
a phantom-specific one.
1212
* `ProbabilisticScorer`, a `Score` based on learning the current balances of
1313
channels in the network, was added. It attempts to better capture payment
1414
success probability than the existing `Scorer`, though may underperform on
@@ -37,7 +37,7 @@
3737
the per-channel signature. `InMemorySigner` now requires the node's secret
3838
key in order to implement this (#1179).
3939
* `ChannelManager` deserialization will now fail if the `KeysInterface` used
40-
has a different node_id than the `ChannelManager` expects (#1250).
40+
has a different `node_id` than the `ChannelManager` expects (#1250).
4141
* A new `ErrorAction` variant was added to send `warning` messages (#1013).
4242
* Several references to `chain::Listen` objects in `lightning-block-sync` no
4343
longer require a mutable reference (#1304).
@@ -53,8 +53,8 @@
5353
disconnect peers prior to `BackgroundProcessor` shutdown (#1253).
5454
* Fields in `ChannelHandshakeLimits` provided via the `override_config` to
5555
`create_channel` are now applied instead of the default config (#1292).
56-
* Fixed the generation of documentation on docs.rs to include API surface
57-
which is hidden behind feature flags (#1303).
56+
* Fixed the generation of documentation on docs.rs to include API surfaces
57+
which are hidden behind feature flags (#1303).
5858
* Added the `channel_type` field to `accept_channel` messages we send, which
5959
may avoid some future compatibility issues with other nodes (#1314).
6060
* Fixed a bug where, if a previous LDK run using `lightning-persister` crashed
@@ -71,9 +71,9 @@
7171

7272
## Serialization Compatibility
7373
* Using `ChannelManager` data written by versions prior to 0.0.105 will result
74-
in preimages for HTLCs which were pending at startup to be missing in calls
74+
in preimages for HTLCs that were pending at startup to be missing in calls
7575
to `KeysInterface` methods (#1251).
76-
* Any phantom invoice payments received on a node which is not upgraded to
76+
* Any phantom invoice payments received on a node that is not upgraded to
7777
0.0.105 will fail with an "unknown channel" error. Further, downgrading to
7878
0.0.104 or before and then upgrading again will invalidate existing phantom
7979
SCIDs which may be included in invoices (#1199).

0 commit comments

Comments
 (0)