Skip to content

Commit 0fbcfd4

Browse files
committed
f dynsigner
1 parent 840638e commit 0fbcfd4

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

lightning/src/util/test_channel_signer.rs

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ use bitcoin::sighash;
3131
use bitcoin::sighash::EcdsaSighashType;
3232
use bitcoin::transaction::Transaction;
3333

34-
use crate::chain::transaction::OutPoint;
3534
#[cfg(taproot)]
3635
use crate::ln::msgs::PartialSignatureWithNonce;
3736
#[cfg(taproot)]
@@ -164,28 +163,6 @@ impl TestChannelSigner {
164163
}
165164
}
166165

167-
impl ChannelSignerExt for TestChannelSigner {
168-
fn commitment_seed(&self) -> [u8; 32] {
169-
todo!()
170-
}
171-
172-
fn counterparty_pubkeys(&self) -> Option<&ChannelPublicKeys> {
173-
todo!()
174-
}
175-
176-
fn funding_outpoint(&self) -> Option<&OutPoint> {
177-
todo!()
178-
}
179-
180-
fn get_channel_parameters(&self) -> Option<&ChannelTransactionParameters> {
181-
todo!()
182-
}
183-
184-
fn channel_type_features(&self) -> Option<&ChannelTypeFeatures> {
185-
todo!()
186-
}
187-
}
188-
189166
impl ChannelSigner for TestChannelSigner {
190167
fn get_per_commitment_point(
191168
&self, idx: u64, secp_ctx: &Secp256k1<secp256k1::All>,

0 commit comments

Comments
 (0)