update lnd grpc

This commit is contained in:
Peter Rounce 2022-08-26 05:14:36 +00:00
parent 44b2f0ba6e
commit 05ac1e8aea
4 changed files with 1119 additions and 28 deletions

View file

@ -11,8 +11,8 @@ import (
"strconv"
"time"
lnrpc "github.com/lncm/lnd-rpc/v0.10.0/lnrpc"
routerrpc "github.com/lncm/lnd-rpc/v0.10.0/routerrpc"
lnrpc "github.com/lightningnetwork/lnd/lnrpc"
routerrpc "github.com/lightningnetwork/lnd/lnrpc/routerrpc"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"