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 gettxoutproof and verifytxoutproof JSON-RPC infrastructure. #428

Merged
merged 1 commit into from
May 27, 2015
Merged

Add gettxoutproof and verifytxoutproof JSON-RPC infrastructure. #428

merged 1 commit into from
May 27, 2015

Conversation

dajohi
Copy link
Member

@dajohi dajohi commented May 7, 2015

From Bitcoin Core commit 59ed61b3895b022f61970ea7aac0c20e8ba38886

{
name: "gettxoutproof optional",
newCmd: func() (interface{}, error) {
return btcjson.NewCmd("gettxoutproof", []string{"123", "456"}, btcjson.String("block"))
Copy link
Member

Choose a reason for hiding this comment

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

Not a big deal, but I'd probably use something more representative of a hash instead of "block".

From Bitcoin Core commit 59ed61b3895b022f61970ea7aac0c20e8ba38886
@davecgh
Copy link
Member

davecgh commented May 27, 2015

OK

@davecgh davecgh added the rpc label May 27, 2015
@conformal-deploy conformal-deploy merged commit 6d15b04 into btcsuite:master May 27, 2015
@dajohi dajohi deleted the merkle_rpc branch October 27, 2015 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants