Skip to content

Commit 9d6700f

Browse files
committed
Drop unecessary fully-specified call semantics in test_utils
1 parent bc7631f commit 9d6700f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lightning/src/util/test_utils.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -667,10 +667,7 @@ impl<Signer: sign::ecdsa::EcdsaChannelSigner> Persist<Signer> for WatchtowerPers
667667
}
668668

669669
fn archive_persisted_channel(&self, funding_txo: OutPoint) {
670-
<TestPersister as Persist<TestChannelSigner>>::archive_persisted_channel(
671-
&self.persister,
672-
funding_txo,
673-
);
670+
self.persister.archive_persisted_channel(funding_txo);
674671
}
675672
}
676673

0 commit comments

Comments
 (0)