Skip to content

Commit 08ae599

Browse files
committed
f flown -> blocked
1 parent 704f3db commit 08ae599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ struct PendingChannelMonitorUpdate {
491491

492492
impl_writeable_tlv_based!(PendingChannelMonitorUpdate, {
493493
(0, update, required),
494-
(2, flown, required),
494+
(2, blocked, required),
495495
});
496496

497497
// TODO: We should refactor this to be an Inbound/OutboundChannel until initial setup handshaking

0 commit comments

Comments
 (0)