-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
rpcclient: Add net params to Client #1467
Conversation
Adds a chaincfg.Params to the Client rpcclient: parse config to assign params
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great addition!
* Change address future struct to contain a network field, so futures can return the correct type for Receive
What's the status of this change being marged into master? |
We still need it at @lbryio , we have to fork it... |
@Roasbeef this PR is fairly well reviewed, and looks like it is needed by quite a large number of people in the community. Would it be possible to get this merged? |
@jcvernaleo I think this is an important PR, can you take a look? |
Agree - definitely a high priority issue |
@jcvernaleo (as per #1530)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
OK
Adds a chaincfg.Params to rpcclient.Client to allow for net-specific RPC commands to be called.
Removes a multiple
type ()
definition for consistency.Fixes #1466