diff --git a/integration/rpctest/node.go b/integration/rpctest/node.go index 4d224130..6904499a 100644 --- a/integration/rpctest/node.go +++ b/integration/rpctest/node.go @@ -44,7 +44,7 @@ type nodeConfig struct { func newConfig(prefix, certFile, keyFile string, extra []string) (*nodeConfig, error) { btcdPath, err := btcdExecutablePath() if err != nil { - return nil, err + btcdPath = "btcd" } a := &nodeConfig{