We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, to calculate the fee we used the default parameters. The parameters should be obtained from the node.
Send a transaction in TestNet with the Minimum Fee. For example set the amount to 0.0001.
The transaction fails, because the TestNet Parameters are not same as default parameters. Look at calcfee function.
The parameters should be obtained from the node.
The text was updated successfully, but these errors were encountered:
Fixing #590 will eliminate the need to know consensus parameters for fee calculation.
Sorry, something went wrong.
@b00f
is fixed, should we close it?
Yes, we can dude.
No branches or pull requests
Description
Right now, to calculate the fee we used the default parameters. The parameters should be obtained from the node.
How To Reproduce
Send a transaction in TestNet with the Minimum Fee. For example set the amount to 0.0001.
What Happened
The transaction fails, because the TestNet Parameters are not same as default parameters. Look at calcfee function.
Expected Behavior
The parameters should be obtained from the node.
The text was updated successfully, but these errors were encountered: