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

Issue 137 non fee transactions #138

Merged
merged 4 commits into from
Feb 15, 2021
Merged

Issue 137 non fee transactions #138

merged 4 commits into from
Feb 15, 2021

Conversation

DucPhamTV
Copy link
Contributor

Fix issue #137
Filter bank transactions by fee
For non-fee transactions, set fee=NONE

E.g:
/bank_transactions?fee=NONE

Filter bank transactions by fee
For non-fee transaction, set fee=NONE

E.g:
/bank_transactions?fee=NONE
@DucPhamTV DucPhamTV self-assigned this Feb 15, 2021
@@ -7,6 +8,8 @@

class BankTransactionFactory(NetworkTransactionFactory):
block = SubFactory(BlockFactory)
# Will remove when thenewboston-python lib is updated
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@buckyroberts buckyroberts merged commit cb2db78 into thenewboston-blockchain:master Feb 15, 2021
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.

3 participants