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

Report the fee of received transactions #10

Closed
shesek opened this issue May 18, 2020 · 0 comments
Closed

Report the fee of received transactions #10

shesek opened this issue May 18, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@shesek
Copy link
Collaborator

shesek commented May 18, 2020

Bitcoin Core only lists the fee for transactions in the "send" category with inputs that all belong to the wallet (ie. not coinjoined). Figuring out the fee of "receive" transactions or transactions with external inputs require looking up the spent previous outputs and summing them up.

This could alternatively be implemented for unconfirmed transactions only using getmempoolentry, which would be much more efficient. This is probably acceptable because we only really care about the fee of unconfirmed transactions.

@shesek shesek added the bug Something isn't working label May 18, 2020
@shesek shesek closed this as completed in 11687c3 Jun 20, 2020
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