lnwallet: add TODO which asks to justifying strange import

This commit is contained in:
Andrey Samokhvalov 2017-02-24 16:31:38 +03:00 committed by Olaoluwa Osuntokun
parent deca1926d1
commit 7fcccff22a

@ -6,6 +6,8 @@ import (
"github.com/roasbeef/btcd/chaincfg"
"github.com/roasbeef/btcd/wire"
"github.com/roasbeef/btcutil"
// TODO(roasbeef) add comment which justifying this import.
_ "github.com/roasbeef/btcwallet/walletdb/bdb"
)