lnwallet/test: pass in test channel type

This commit is contained in:
Joost Jager
2020-03-10 09:33:38 +01:00
parent b03c3c2df3
commit 30fc03d84d
5 changed files with 208 additions and 88 deletions

View File

@@ -2005,7 +2005,7 @@ func TestRemoteCloseInitiator(t *testing.T) {
// First, create alice's channel.
alice, _, cleanUp, err := lnwallet.CreateTestChannels(
true,
channeldb.SingleFunderTweaklessBit,
)
if err != nil {
t.Fatalf("unable to create test channels: %v",