Skip to content

Commit 3668854

Browse files
committed
f Edit comment
1 parent ed5798a commit 3668854

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
@@ -340,7 +340,7 @@ impl Readable for CounterpartyCommitmentParameters {
340340
struct OnchainEventEntry {
341341
txid: Txid,
342342
height: u32,
343-
block_hash: Option<BlockHash>, // Added as optional, but always filled in, in LDK 0.0.113
343+
block_hash: Option<BlockHash>, // Added as optional, will be filled in for any entry generated on 0.0.113 or after
344344
event: OnchainEvent,
345345
transaction: Option<Transaction>, // Added as optional, but always filled in, in LDK 0.0.110
346346
}

0 commit comments

Comments
 (0)