mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-15 13:45:36 +02:00
multi: switch from btcrpcclient to rpcclient
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user