rpcserver: stdlib context

This commit is contained in:
Lars Lehtonen 2019-09-28 15:46:21 -07:00
parent bd2e4d6c42
commit fa26359dd6
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2

View File

@ -2,6 +2,7 @@ package lnd
import (
"bytes"
"context"
"crypto/tls"
"encoding/hex"
"errors"
@ -55,7 +56,6 @@ import (
"github.com/lightningnetwork/lnd/sweep"
"github.com/lightningnetwork/lnd/zpay32"
"github.com/tv42/zbase32"
"golang.org/x/net/context"
"google.golang.org/grpc"
"gopkg.in/macaroon-bakery.v2/bakery"
)