mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-03 21:53:22 +02:00
fundingmanager_test: mock ReportShortChanID w/o sid arg
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user