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

rpcserver: don't use activeNetParams. #1733

Merged
merged 1 commit into from
Sep 9, 2019

Conversation

dnldd
Copy link
Member

@dnldd dnldd commented May 6, 2019

This pr is a port of btcd 982.

This modifies all of the RPC code to use the chain parameters that are associated with the RPC server
instead of the global activeNetParams and thus moves one step closer to being able to split the
RPC server out into a separate package.

@dnldd dnldd force-pushed the merge_rpcserver_no_activeparams branch from d606fe4 to 619c0b1 Compare May 6, 2019 20:27
Copy link
Member

@davecgh davecgh left a comment

Choose a reason for hiding this comment

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

This looks fine once the required PRs are corrected and merged.

This modifies all of the RPC code to use the chain
parameters that are associated with the RPC server
instead of the global activeNetParams and thus
moves one step closer to being able to split the
RPC server out into a separate package.
@dnldd dnldd force-pushed the merge_rpcserver_no_activeparams branch from 619c0b1 to 37ce1ba Compare September 9, 2019 14:37
@davecgh davecgh merged commit 45888b8 into decred:master Sep 9, 2019
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.

2 participants