Skip to content

Commit de53a88

Browse files
committed
f - fix compilation error
1 parent ba60013 commit de53a88

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
@@ -1884,7 +1884,6 @@ impl FundingScope {
18841884
self.channel_transaction_parameters.funding_outpoint
18851885
}
18861886

1887-
#[cfg(splicing)]
18881887
fn get_funding_txid(&self) -> Option<Txid> {
18891888
self.channel_transaction_parameters.funding_outpoint.map(|txo| txo.txid)
18901889
}

0 commit comments

Comments
 (0)