Skip to content

Commit 93537d4

Browse files
committed
f - use FundingScope::get_funding_txid
1 parent 2f0ca90 commit 93537d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4873,7 +4873,7 @@ impl<SP: Deref> ChannelContext<SP> where SP::Target: SignerProvider {
48734873
return None;
48744874
}
48754875

4876-
let confirmed_funding_txid = match funding.get_funding_txo().map(|txo| txo.txid) {
4876+
let confirmed_funding_txid = match funding.get_funding_txid() {
48774877
Some(funding_txid) => funding_txid,
48784878
None => {
48794879
debug_assert!(false);

0 commit comments

Comments
 (0)