lnwallet/btcwallet: fix duplicate imports

This commit is contained in:
Olaoluwa Osuntokun 2017-06-05 19:40:21 -07:00
parent cbf7cd48f5
commit 91d4e6a377
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

@ -10,8 +10,6 @@ import (
"github.com/lightninglabs/neutrino"
"github.com/lightningnetwork/lnd/lnwallet"
"github.com/roasbeef/btcd/chaincfg/chainhash"
"github.com/roasbeef/btcd/wire"
"github.com/roasbeef/btcwallet/chain"
"github.com/roasbeef/btcwallet/waddrmgr"
)