mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: bump lndclient to v0.12.0-13
To allow code with more up-to-date dependencies to import loop, we bump our lndclient version. The minimum loop version remains 11.1 since we're not using any new apis.
This commit is contained in:
parent
4c58d0c5e8
commit
cca5926263
5 changed files with 10 additions and 7 deletions
|
|
@ -181,7 +181,7 @@ func (h *mockLightningClient) ListTransactions(
|
|||
}
|
||||
|
||||
// ListChannels retrieves all channels of the backing lnd node.
|
||||
func (h *mockLightningClient) ListChannels(ctx context.Context) (
|
||||
func (h *mockLightningClient) ListChannels(ctx context.Context, _, _ bool) (
|
||||
[]lndclient.ChannelInfo, error) {
|
||||
|
||||
return h.lnd.Channels, nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue