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

Fix amount of non-send transactions in the list - Closes #1033 #1037

Merged
merged 1 commit into from
Jul 13, 2018

Conversation

slaweet
Copy link
Contributor

@slaweet slaweet commented Jul 13, 2018

What was the problem?

See #1033 because the amount field in the api changed from int to string. The code was expecting 0, but got '0'.

How did I fix it?

I changed 0 to '0' in the amount component.

How to test it?

Follow steps in #1033

Review checklist

@slaweet slaweet self-assigned this Jul 13, 2018
@slaweet slaweet requested a review from faival July 13, 2018 11:50
@slaweet slaweet changed the title 🐛 Fix amount of non-send transactions in the list - Closes #1033 Fix amount of non-send transactions in the list - Closes #1033 Jul 13, 2018
Copy link
Contributor

@faival faival left a comment

Choose a reason for hiding this comment

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

Nice @slaweet !

@slaweet slaweet merged commit 1d8b86c into 1.0.0 Jul 13, 2018
@slaweet slaweet deleted the 1033-fix-amount-of-non-send-tx branch July 13, 2018 12:27
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.

2 participants