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:
Olaoluwa Osuntokun
2016-05-15 17:17:44 +03:00
parent f78283a438
commit fcff17c336
57 changed files with 153 additions and 170 deletions

View File

@@ -3,8 +3,8 @@ package lnwallet
import (
"path/filepath"
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcutil"
"github.com/roasbeef/btcd/chaincfg"
"github.com/roasbeef/btcutil"
)
var (
@@ -37,9 +37,9 @@ type Config struct {
DebugLevel string
RpcHost string // localhost:18334
RpcUser string
RpcPass string
RpcHost string // localhost:18334
RpcUser string
RpcPass string
RpcNoTLS bool
RPCCert string