Skip to content

Commit c314550

Browse files
committed
f drop unused var
1 parent 5be1101 commit c314550

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4657,7 +4657,6 @@ impl<Signer: Sign> Channel<Signer> {
46574657
pub fn transactions_confirmed<L: Deref>(&mut self, block_hash: &BlockHash, height: u32,
46584658
txdata: &TransactionData, genesis_block_hash: BlockHash, node_pk: PublicKey, logger: &L)
46594659
-> Result<(Option<msgs::FundingLocked>, Option<msgs::AnnouncementSignatures>), ClosureReason> where L::Target: Logger {
4660-
let non_shutdown_state = self.channel_state & (!MULTI_STATE_FLAGS);
46614660
if let Some(funding_txo) = self.get_funding_txo() {
46624661
for &(index_in_block, tx) in txdata.iter() {
46634662
// If we haven't yet sent a funding_locked, but are in FundingSent (ignoring

0 commit comments

Comments
 (0)