Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 81c410d

Browse files
committedMay 12, 2025··
f - fix serialization
1 parent f5dd06d commit 81c410d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lightning/src/events/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ impl Writeable for Event {
17981798
29u8.write(writer)?;
17991799
write_tlv_fields!(writer, {
18001800
(0, channel_id, required),
1801-
(1, funding_txo, required),
1801+
(1, funding_txo, option),
18021802
(2, user_channel_id, required),
18031803
(4, counterparty_node_id, required),
18041804
(6, channel_type, required),

0 commit comments

Comments
 (0)
Please sign in to comment.