Skip to content

Commit 85d3e5f

Browse files
committed
f add added-in note
1 parent 62e0aa2 commit 85d3e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ struct OnchainEventEntry {
315315
txid: Txid,
316316
height: u32,
317317
event: OnchainEvent,
318-
transaction: Option<Transaction>,
318+
transaction: Option<Transaction>, // Added as optional, but always filled in, in LDK 0.0.110
319319
}
320320

321321
impl OnchainEventEntry {

0 commit comments

Comments
 (0)