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

filter transactions by incoming and outgoing #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

micey969
Copy link
Contributor

@micey969 micey969 commented Aug 10, 2018

Reference #2

Problem:

  • Transaction details for an address are not easily distinguishable between which transactions are incoming or outgoing when /address/<address> is called

Solution:

  • listTransactions() was modified to search for transactions "to" and "from" from the passed address independently. The "to" and "from" instances that matches the address were also removed.

@micey969 micey969 requested a review from johnsBeharry August 10, 2018 16:26
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.

1 participant