lnd: stdlib context

This commit is contained in:
Lars Lehtonen
2019-09-28 16:07:37 -07:00
parent 8194d260ff
commit 259b5b253d

3
lnd.go
View File

@@ -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"