File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import (
1111 "strings"
1212 "time"
1313
14+ "github.com/btcsuite/btcd/btcutil"
1415 "github.com/lightninglabs/lndclient"
1516 "github.com/lightninglabs/loop"
1617 "github.com/lightninglabs/loop/loopd"
@@ -21,9 +22,6 @@ import (
2122 "github.com/lightninglabs/protobuf-hex-display/proto"
2223 "github.com/lightningnetwork/lnd/lncfg"
2324 "github.com/lightningnetwork/lnd/macaroons"
24-
25- "github.com/btcsuite/btcd/btcutil"
26-
2725 "github.com/urfave/cli"
2826 "google.golang.org/grpc"
2927 "google.golang.org/grpc/credentials"
Original file line number Diff line number Diff line change @@ -7,10 +7,9 @@ import (
77 "context"
88 "fmt"
99
10- "gopkg.in/macaroon-bakery.v2/bakery"
11-
1210 "github.com/lightninglabs/lndclient"
1311 "github.com/lightninglabs/loop/looprpc"
12+ "gopkg.in/macaroon-bakery.v2/bakery"
1413)
1514
1615var (
Original file line number Diff line number Diff line change 44 "context"
55 "errors"
66 "testing"
7-
87 "time"
98
109 "github.com/btcsuite/btcd/btcutil"
You can’t perform that action at this time.
0 commit comments