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

Pick transaction_fee from block, not from config #142

Open
dmugtasimov opened this issue Jan 26, 2023 · 1 comment
Open

Pick transaction_fee from block, not from config #142

dmugtasimov opened this issue Jan 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@dmugtasimov
Copy link
Contributor

        amount = attrs['amount']
        total_amount = amount + get_value('transaction_fee')
        assert total_amount > 0
@dmugtasimov dmugtasimov added the bug Something isn't working label Jan 26, 2023
@dmugtasimov
Copy link
Contributor Author

dmugtasimov commented Jan 27, 2023

Should we also have transaction_fee > 0 as described in https://github.com/thenewboston-developers/pytnb/issues/4 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant