From fe59890a4bca6c1dba3dc94970cbaff922bbc601 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Tue, 14 Apr 2020 17:56:29 +0200 Subject: [PATCH] lnd+test: remove dead test code --- utxonursery_test.go | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/utxonursery_test.go b/utxonursery_test.go index cbc912697..5b4424c5a 100644 --- a/utxonursery_test.go +++ b/utxonursery_test.go @@ -628,21 +628,6 @@ func createOutgoingRes(onLocalCommitment bool) *lnwallet.OutgoingHtlcResolution return &outgoingRes } -func createCommitmentRes() *lnwallet.CommitOutputResolution { - // Set up a commitment output resolution to hand off to nursery. - commitRes := lnwallet.CommitOutputResolution{ - SelfOutPoint: wire.OutPoint{}, - SelfOutputSignDesc: input.SignDescriptor{ - Output: &wire.TxOut{ - Value: 10000, - }, - }, - MaturityDelay: 2, - } - - return &commitRes -} - func incubateTestOutput(t *testing.T, nursery *utxoNursery, onLocalCommitment bool) *lnwallet.OutgoingHtlcResolution {