-
Notifications
You must be signed in to change notification settings - Fork 718
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
[RPC] Implement generatetoaddress RPC command #2297
[RPC] Implement generatetoaddress RPC command #2297
Conversation
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.
LGTM. Would be good to use this new RPC in some functional test, but we can add it later. utACK 16d95dd
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.
needs a small change to avoid parsing errors, and could fixup a couple styling nits while at it.
16d95dd
to
d6df233
Compare
Updated per review 👍 |
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.
This has conflicts with #2337.
But I'm ok if we want to give priority to this one, as it's straight forward (and it was submitted earlier 😉 )
d6df233
to
4fe3b03
Compare
Updated per feedback. |
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.
ACK 4fe3b03
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.
utACK 4fe3b03 and merging...
Introducing a new RPC command
generatetoaddress
. Useful mostly for functional testing and a good number of updates that are coming from upstream.