Skip to content

Commit

Permalink
integration/rpctest: if unable to build btcd, use one in PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed May 23, 2018
1 parent 5291c45 commit ffe4c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/rpctest/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit ffe4c2f

Please sign in to comment.