update lnd grpc
This commit is contained in:
parent
44b2f0ba6e
commit
05ac1e8aea
4 changed files with 1119 additions and 28 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue