mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
multi: change all imports to roasbeef's forks
This commit will allow the general public to build lnd without jumping through hoops setting up their local git branches nicely with all of our forks.
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"io"
|
||||
|
||||
"github.com/btcsuite/btclog"
|
||||
btcwallet "github.com/btcsuite/btcwallet/wallet"
|
||||
btcwallet "github.com/roasbeef/btcwallet/wallet"
|
||||
)
|
||||
|
||||
// log is a logger that is initialized with no output filters. This
|
||||
|
Reference in New Issue
Block a user