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

Make notifyspent take an array of outpoints #123

Closed
shesek opened this issue Apr 26, 2014 · 3 comments
Closed

Make notifyspent take an array of outpoints #123

shesek opened this issue Apr 26, 2014 · 3 comments

Comments

@shesek
Copy link

shesek commented Apr 26, 2014

Useful for cases where you have multiple outpoints to watch for, and would make notifyspent behave more like notifyreceived (which takes an array of addresses) and rescan (which takes an array of outpoints as its third argument).

The format should probably be the same as what rescan takes - an array of { hash: ..., index: ... }.

@davecgh
Copy link
Member

davecgh commented Apr 27, 2014

This seems reasonable. I have no objections.

@davecgh
Copy link
Member

davecgh commented May 6, 2014

This has been implemented as of commit a20fd1a.

@davecgh davecgh closed this as completed May 6, 2014
@shesek
Copy link
Author

shesek commented May 7, 2014

Great. Thanks!

cjepson pushed a commit to cjepson/btcd that referenced this issue Apr 19, 2016
kcalvinalvin added a commit to kcalvinalvin/btcd that referenced this issue Nov 29, 2024
…-sendrawtransaction-fix

main: actually pass in the variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants