diff --git a/fundingmanager_test.go b/fundingmanager_test.go index 4ebf4465..7c83aec2 100644 --- a/fundingmanager_test.go +++ b/fundingmanager_test.go @@ -307,7 +307,7 @@ func createTestFundingManager(t *testing.T, privKey *btcec.PrivateKey, WatchNewChannel: func(*channeldb.OpenChannel, *lnwire.NetAddress) error { return nil }, - ReportShortChanID: func(wire.OutPoint, lnwire.ShortChannelID) error { + ReportShortChanID: func(wire.OutPoint) error { return nil }, ZombieSweeperInterval: 1 * time.Hour,