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

Accept mining fee for TransactionBuilder #15

Merged
merged 1 commit into from
Jun 28, 2017

Conversation

sayuj
Copy link
Contributor

@sayuj sayuj commented Jun 27, 2017

Transaction builder is computing mining_fee for the transaction. User/client is not able to set the mining fee.

Enables TransactionBuilder to accept mining fee and use it as the mining fee instead of computing the fee and make sure it compute the fee unless the mining fee is not provided.

Transaction builder is computing `mining_fee` for the transaction. User/clinet is not able to set the mining fee. Enable TransactionBuilder to accept mining fee and use it as the mining fee instead of computing the fee and make sure it compute the fee unless the mining fee is not provided.
@sayuj
Copy link
Contributor Author

sayuj commented Jun 27, 2017

Context behind this PR is, I want to set minig fee explisitly for various reason. Current version computes the fee based on the rate.

@oleganza oleganza merged commit 5bdc9f7 into oleganza:master Jun 28, 2017
@oleganza
Copy link
Owner

Thanks!

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