Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automatic RPC configuration. #287

Merged

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Jul 15, 2016

This is being cherry-picked from upstream btcd and has been modified to integrate with dcrd by Dave Collins.


// We get the sample config file path, which is in the same directory as this file.
_, path, _, _ := runtime.Caller(0)
sampleConfigPath := filepath.Join(filepath.Dir(path), "sample-dcrdd.conf")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I spotted it myself as well.

This commit is being cherry-picked from upstream btcd and has been
modified to integrate with dcrd by Dave Collins.
@davecgh davecgh force-pushed the cherry-pick-automatic-rpc-configuration branch from 3263a82 to ac33c2f Compare July 15, 2016 18:02
@marcopeereboom
Copy link
Member

tOK

@cjepson
Copy link
Contributor

cjepson commented Jul 15, 2016

OK

@cjepson cjepson merged commit 67a1137 into decred:master Jul 15, 2016
@davecgh davecgh deleted the cherry-pick-automatic-rpc-configuration branch July 15, 2016 18:22
@jcvernaleo jcvernaleo added this to the v0.2.0 milestone Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants