File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ import (
1313)
1414
1515type mockChainNotifier struct {
16+ lndclient.ChainNotifierClient
17+
1618 sync.Mutex
1719 lnd * LndMockServices
1820 confRegistrations []* ConfRegistration
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ import (
1515)
1616
1717type mockInvoices struct {
18+ lndclient.InvoicesClient
19+
1820 lnd * LndMockServices
1921 wg sync.WaitGroup
2022}
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ import (
1515)
1616
1717type mockSigner struct {
18+ lndclient.SignerClient
19+
1820 lnd * LndMockServices
1921}
2022
Original file line number Diff line number Diff line change 2525)
2626
2727type mockVersioner struct {
28+ lndclient.VersionerClient
29+
2830 version * verrpc.Version
2931}
3032
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ import (
2727var DefaultMockFee = chainfee .SatPerKWeight (10000 )
2828
2929type mockWalletKit struct {
30+ lndclient.WalletKitClient
31+
3032 lnd * LndMockServices
3133 keyIndex int32
3234
You can’t perform that action at this time.
0 commit comments