Skip to content

Commit b59a725

Browse files
committed
f re-add still-relevant comment
1 parent d56ab71 commit b59a725

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ pub enum MonitorEvent {
152152
},
153153
}
154154
impl_writeable_tlv_based_enum_upgradable!(MonitorEvent,
155+
// Note that Completed is currently never serialized to disk as it is generated only in
156+
// ChainMonitor.
155157
(0, Completed) => {
156158
(0, funding_txo, required),
157159
(2, monitor_update_id, required),

0 commit comments

Comments
 (0)