lnd: switch to the version of the connmgr in roasbeef's fork

This commit is contained in:
Olaoluwa Osuntokun
2017-01-05 13:58:06 -08:00
parent 5affed38fc
commit 594dc1b163
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ import (
"sync/atomic"
"time"
"github.com/btcsuite/btcd/connmgr"
"github.com/btcsuite/fastsha256"
"github.com/lightningnetwork/lightning-onion"
"github.com/lightningnetwork/lnd/brontide"
@@ -19,6 +18,7 @@ import (
"github.com/lightningnetwork/lnd/lnwallet"
"github.com/lightningnetwork/lnd/lnwire"
"github.com/roasbeef/btcd/btcec"
"github.com/roasbeef/btcd/connmgr"
"github.com/roasbeef/btcutil"
"github.com/lightningnetwork/lnd/routing"