mirror of
https://github.com/kaspanet/kaspad.git
synced 2026-03-01 14:43:14 +00:00
integration/rpctest: if unable to build btcd, use one in PATH
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user