2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00
loop/lndclient
Wilmer Paulino 52eaeeab77
build: update lnd version to current master
Projects that use a later version of lnd than loop, but also depend on
loop itself would run into the following build error:

github.com/lightninglabs/loop/lndclient
../../go/pkg/mod/github.com/lightninglabs/loop@v0.2.3-alpha/lndclient/walletkit_client.go:30:11: undefined: lnwallet.SatPerKWeight
../../go/pkg/mod/github.com/lightninglabs/loop@v0.2.3-alpha/lndclient/walletkit_client.go:32:54: undefined: lnwallet.SatPerKWeight
../../go/pkg/mod/github.com/lightninglabs/loop@v0.2.3-alpha/lndclient/walletkit_client.go:144:33: undefined: lnwallet.SatPerKWeight
../../go/pkg/mod/github.com/lightninglabs/loop@v0.2.3-alpha/lndclient/walletkit_client.go:176:2: undefined: lnwallet.SatPerKWeight
../../go/pkg/mod/github.com/lightninglabs/loop@v0.2.3-alpha/lndclient/walletkit_client.go:189:9: undefined: lnwallet.SatPerKWeight
2019-11-15 16:16:30 -08:00
..
basic_client.go lndclient/basic_client: add functional optional args to NewBasicClient. 2019-06-06 15:57:25 -07:00
chainnotifier_client.go lndclient: switch to using per-call macaroons instead of a conn level macaroon 2019-04-18 16:11:28 -07:00
invoices_client.go multi: fix most obvious linter errors 2019-10-09 14:35:41 +02:00
lightning_client.go multi: add persistent logger 2019-10-28 17:09:23 +01:00
lnd_services.go multi: add persistent logger 2019-10-28 17:09:23 +01:00
log.go multi: add persistent logger 2019-10-28 17:09:23 +01:00
macaroon_pouch.go lndclient: add router sub server 2019-06-06 13:57:49 +02:00
router_client.go multi: fix most obvious linter errors 2019-10-09 14:35:41 +02:00
signer_client.go lndclient: switch to using per-call macaroons instead of a conn level macaroon 2019-04-18 16:11:28 -07:00
walletkit_client.go build: update lnd version to current master 2019-11-15 16:16:30 -08:00