fundingmanager_test: mock ReportShortChanID w/o sid arg

This commit is contained in:
Conner Fromknecht 2018-05-07 21:21:01 -07:00
parent 2f52e29a5b
commit 0c22297379
No known key found for this signature in database
GPG Key ID: 39DE78FBE6ACB0EF

@ -307,7 +307,7 @@ func createTestFundingManager(t *testing.T, privKey *btcec.PrivateKey,
WatchNewChannel: func(*channeldb.OpenChannel, *lnwire.NetAddress) error { WatchNewChannel: func(*channeldb.OpenChannel, *lnwire.NetAddress) error {
return nil return nil
}, },
ReportShortChanID: func(wire.OutPoint, lnwire.ShortChannelID) error { ReportShortChanID: func(wire.OutPoint) error {
return nil return nil
}, },
ZombieSweeperInterval: 1 * time.Hour, ZombieSweeperInterval: 1 * time.Hour,