We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_utils
1 parent bc7631f commit 9d6700fCopy full SHA for 9d6700f
lightning/src/util/test_utils.rs
@@ -667,10 +667,7 @@ impl<Signer: sign::ecdsa::EcdsaChannelSigner> Persist<Signer> for WatchtowerPers
667
}
668
669
fn archive_persisted_channel(&self, funding_txo: OutPoint) {
670
- <TestPersister as Persist<TestChannelSigner>>::archive_persisted_channel(
671
- &self.persister,
672
- funding_txo,
673
- );
+ self.persister.archive_persisted_channel(funding_txo);
674
675
676
0 commit comments