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

Port fee estimation logic from btcwallet #10

Open
jrick opened this issue Jan 8, 2016 · 0 comments
Open

Port fee estimation logic from btcwallet #10

jrick opened this issue Jan 8, 2016 · 0 comments

Comments

@jrick
Copy link
Member

jrick commented Jan 8, 2016

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.

jrick referenced this issue in jrick/Paymetheus Feb 24, 2016
jrick referenced this issue in jrick/Paymetheus Feb 24, 2016
jrick referenced this issue in jrick/Paymetheus Feb 24, 2016
jrick referenced this issue in jrick/Paymetheus Feb 25, 2016
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant