multi: switch from btcrpcclient to rpcclient

This commit is contained in:
Olaoluwa Osuntokun
2017-08-24 18:54:17 -07:00
parent ac128e4545
commit 9f0efddc20
14 changed files with 48 additions and 48 deletions

View File

@@ -23,7 +23,7 @@ func createNewWallet(args ...interface{}) (lnwallet.WalletController, error) {
config, ok := args[0].(*Config)
if !ok {
return nil, fmt.Errorf("first argument to btcdnotifier.New is " +
"incorrect, expected a *btcrpcclient.ConnConfig")
"incorrect, expected a *rpcclient.ConnConfig")
}
return New(*config)