Skip to content

Commit 8853627

Browse files
committed
f - remove TODO in comment
1 parent 528c0c0 commit 8853627

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/channel.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8253,8 +8253,6 @@ pub(super) struct OutboundV1Channel<SP: Deref> where SP::Target: SignerProvider
82538253
/// We tried to send a `open_channel` message but our commitment point wasn't ready.
82548254
/// This flag tells us we need to send it when we are retried once the
82558255
/// commiment point is ready.
8256-
///
8257-
/// TODO: don't need to persist this since we'll send open_channel again on connect?
82588256
pub signer_pending_open_channel: bool,
82598257
}
82608258

0 commit comments

Comments
 (0)