-
Notifications
You must be signed in to change notification settings - Fork 36
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
Port fee estimation logic from btcwallet #10
Comments
jcvernaleo
pushed a commit
to jcvernaleo/Paymetheus
that referenced
this issue
Jul 22, 2016
This change requires a newer version of the wallet's RPC API. Fixes btcsuite#10. Fixes btcsuite#11.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The estimated fees in the account's transaction creation tab are always zero because this is unimplemented.
Additionally, every created transaction uses a hardcoded fee of 1e4. The estimated fee should be used here instead, and it should be calculated as a function of the estimated transaction size rather than simply being a constant.
The text was updated successfully, but these errors were encountered: