File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package test
22
33import (
44 "bytes"
5+ "context"
56 "sync"
67 "time"
78
@@ -10,7 +11,6 @@ import (
1011 "github.com/lightninglabs/lndclient"
1112 "github.com/lightningnetwork/lnd/chainntnfs"
1213 "github.com/lightningnetwork/lnd/lnrpc/chainrpc"
13- "golang.org/x/net/context"
1414)
1515
1616type mockChainNotifier struct {
Original file line number Diff line number Diff line change 11package test
22
33import (
4+ "context"
45 "crypto/rand"
56 "encoding/hex"
67 "fmt"
@@ -17,7 +18,6 @@ import (
1718 "github.com/lightningnetwork/lnd/lntypes"
1819 "github.com/lightningnetwork/lnd/routing/route"
1920 "github.com/lightningnetwork/lnd/zpay32"
20- "golang.org/x/net/context"
2121)
2222
2323type mockLightningClient struct {
Original file line number Diff line number Diff line change 11package test
22
33import (
4+ "context"
5+
46 "github.com/lightninglabs/lndclient"
57 "github.com/lightningnetwork/lnd/lntypes"
6- "golang.org/x/net/context"
78)
89
910type mockRouter struct {
You can’t perform that action at this time.
0 commit comments