Skip to content

Commit e21e90a

Browse files
committed
f drop unused var
1 parent cae6340 commit e21e90a

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
@@ -4643,7 +4643,6 @@ impl<Signer: Sign> Channel<Signer> {
46434643
pub fn transactions_confirmed<L: Deref>(&mut self, block_hash: &BlockHash, height: u32,
46444644
txdata: &TransactionData, genesis_block_hash: BlockHash, node_pk: PublicKey, logger: &L)
46454645
-> Result<(Option<msgs::FundingLocked>, Option<msgs::AnnouncementSignatures>), ClosureReason> where L::Target: Logger {
4646-
let non_shutdown_state = self.channel_state & (!MULTI_STATE_FLAGS);
46474646
if let Some(funding_txo) = self.get_funding_txo() {
46484647
for &(index_in_block, tx) in txdata.iter() {
46494648
// If we haven't yet sent a funding_locked, but are in FundingSent (ignoring

0 commit comments

Comments
 (0)