mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
mod+liquidity+test: update to latest lndclient+tapd
Required to build litd with the latest lnd+tapd.
This commit is contained in:
parent
872137e3c7
commit
c70dcc5449
5 changed files with 116 additions and 119 deletions
|
|
@ -231,8 +231,8 @@ func (h *mockLightningClient) GetChanInfo(ctx context.Context,
|
|||
}
|
||||
|
||||
// ListChannels retrieves all channels of the backing lnd node.
|
||||
func (h *mockLightningClient) ListChannels(ctx context.Context, _, _ bool) (
|
||||
[]lndclient.ChannelInfo, error) {
|
||||
func (h *mockLightningClient) ListChannels(ctx context.Context, _, _ bool,
|
||||
_ ...lndclient.ListChannelsOption) ([]lndclient.ChannelInfo, error) {
|
||||
|
||||
return h.lnd.Channels, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue