Skip to content

Commit 9e41a04

Browse files
committed
f include 3276
1 parent 62cc57b commit 9e41a04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@
113113
minimum `ConfirmationTarget::MinAllowed{,Non}AnchorChannelRemoteFee` we've
114114
seen over the past day (and do not force-close if we haven't been running for
115115
a full day, #3037).
116+
* `MonitorUpdatingPersister` did not read `ChannelMonitorUpdate`s when
117+
archiving a `ChannelMonitor`, causing the archived `ChannelMonitor` to be
118+
missing some updates. Those updates were not removed from the `KVStore` and
119+
monitors being archived should have no pending updates as they were persisted
120+
on each new block for some time before archiving (#3276).
116121
* `invoice_error`s from BOLT 12 recipients now fail payments (#3085, #3192).
117122
* Fixed a bug which may lead to a missing `Event::ChannelClosed` and missing
118123
`Error` messages for peers when a bogus funding transaction is provided for a

0 commit comments

Comments
 (0)