Skip to content

Commit 6b3b0c9

Browse files
committed
use odd value for new field, to support downgradability
1 parent 3ad0f09 commit 6b3b0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/events/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ impl Writeable for Event {
830830
(1, prev_channel_id, option),
831831
(2, claim_from_onchain_tx, required),
832832
(3, next_channel_id, option),
833-
(4, amount_forwarded_msat, option),
833+
(5, amount_forwarded_msat, option),
834834
});
835835
},
836836
&Event::ChannelClosed { ref channel_id, ref user_channel_id, ref reason } => {

0 commit comments

Comments
 (0)