funding: fix import paths for test

This commit is contained in:
Olaoluwa Osuntokun 2018-07-31 19:33:57 -07:00
parent 3c60861005
commit 40806532c7
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -29,10 +29,6 @@ import (
"github.com/lightningnetwork/lnd/lnrpc" "github.com/lightningnetwork/lnd/lnrpc"
"github.com/lightningnetwork/lnd/lnwallet" "github.com/lightningnetwork/lnd/lnwallet"
"github.com/lightningnetwork/lnd/lnwire" "github.com/lightningnetwork/lnd/lnwire"
"github.com/btcsuite/btcd/btcec"
"github.com/btcsuite/btcd/wire"
"github.com/btcsuite/btcutil"
) )
const ( const (