-
Couldn't load subscription status.
- Fork 38
GH-90 endpoint to get transactions from pool concerning account #100
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
Conversation
| :info -> | ||
| response = Poison.decode!(body, keys: :atoms!) | ||
| {:ok, response} | ||
| :peers -> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is :peers and :balance removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:peers and :balance will be handled by the default json_response()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great
|
can you remove the compiler warnings, as well? |
|
can you add a test as well for getting an existinng tx from the pool and one where there is none transaction? |
closes #90