lnd: stdlib context
This commit is contained in:
parent
8194d260ff
commit
259b5b253d
3
lnd.go
3
lnd.go
@ -6,6 +6,7 @@ package lnd
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"crypto/ecdsa"
|
||||
"crypto/elliptic"
|
||||
"crypto/rand"
|
||||
@ -30,8 +31,6 @@ import (
|
||||
|
||||
"gopkg.in/macaroon-bakery.v2/bakery"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/credentials"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user