mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
fundingmanager_test: mock ReportShortChanID w/o sid arg
This commit is contained in:
parent
2f52e29a5b
commit
0c22297379
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue