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 getTransactionsForAddresses to public API #8

Closed
wants to merge 1 commit into from
Closed

Add getTransactionsForAddresses to public API #8

wants to merge 1 commit into from

Conversation

troggy
Copy link
Contributor

@troggy troggy commented Dec 20, 2015

So that transactions could be get for arbitrary addresses (e.g. from external wallet)

So that transactions could be get for arbitrary addresses (e.g. from external wallet)
if (!response || response.statusCode !== 200) return callback(body)
var addressesInfo = body
var transactions = []
var txids = []
Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's always empty, so I've removed it

@troggy
Copy link
Contributor Author

troggy commented Jan 24, 2016

Irrelevant now with the presence of getTransactions(addresses, ...)

@troggy troggy closed this Jan 24, 2016
@troggy troggy deleted the get-tx-for-addresses branch April 1, 2016 17:15
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.

None yet

1 participant