lnd: fix lingering connmgr import

This commit is contained in:
Olaoluwa Osuntokun 2017-01-05 14:05:12 -08:00
parent 594dc1b163
commit 3741ae1d4c
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

2
log.go

@ -4,13 +4,13 @@ import (
"fmt"
"os"
"github.com/btcsuite/btcd/connmgr"
"github.com/btcsuite/btclog"
"github.com/btcsuite/seelog"
"github.com/lightningnetwork/lnd/chainntnfs"
"github.com/lightningnetwork/lnd/channeldb"
"github.com/lightningnetwork/lnd/lnwallet"
"github.com/lightningnetwork/lnd/routing"
"github.com/roasbeef/btcd/connmgr"
)
// Loggers per subsystem. Note that backendLog is a seelog logger that all of