We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704f3db commit 08ae599Copy full SHA for 08ae599
lightning/src/ln/channel.rs
@@ -491,7 +491,7 @@ struct PendingChannelMonitorUpdate {
491
492
impl_writeable_tlv_based!(PendingChannelMonitorUpdate, {
493
(0, update, required),
494
- (2, flown, required),
+ (2, blocked, required),
495
});
496
497
// TODO: We should refactor this to be an Inbound/OutboundChannel until initial setup handshaking
0 commit comments