walletunlocker: stdlib context

This commit is contained in:
Lars Lehtonen 2019-09-28 15:45:41 -07:00
parent dade977d7b
commit bd2e4d6c42
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
package walletunlocker
import (
"context"
"crypto/rand"
"errors"
"fmt"
@ -15,7 +16,6 @@ import (
"github.com/lightningnetwork/lnd/lnrpc"
"github.com/lightningnetwork/lnd/lnwallet"
"github.com/lightningnetwork/lnd/lnwallet/btcwallet"
"golang.org/x/net/context"
)
// ChannelsToRecover wraps any set of packed (serialized+encrypted) channel

View File

@ -2,6 +2,7 @@ package walletunlocker_test
import (
"bytes"
"context"
"io/ioutil"
"os"
"strings"
@ -15,7 +16,6 @@ import (
"github.com/lightningnetwork/lnd/lnrpc"
"github.com/lightningnetwork/lnd/lnwallet/btcwallet"
"github.com/lightningnetwork/lnd/walletunlocker"
"golang.org/x/net/context"
)
var (