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: Omit empty getblock->nextblockhash. #417

Merged

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented May 4, 2015

This pull request omits the nextblockhash field from the getblock RPC result when there isn't one (i.e for current the tip).

Closes #416.

This commit omits the nextblockhash field from the getblock RPC result
when there isn't one (i.e for current the tip).

Closes btcsuite#416.
@jrick
Copy link
Member

jrick commented May 4, 2015

ok

@conformal-deploy conformal-deploy merged commit 9a658c2 into btcsuite:master May 4, 2015
@davecgh davecgh deleted the getblock_newblockhash_omitempty branch May 4, 2015 15:42
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.

getblock on tip returns an empty string for nextblockhash
3 participants