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

gettransaction reports incorrect fee when z_sendmany has a mix of Sapling and Orchard outputs. #6821

Open
nuttycom opened this issue Jan 26, 2024 · 0 comments

Comments

@nuttycom
Copy link
Contributor

Describe the issue

Output value sent to the orchard pool is reported as part of the fee by gettransaction.

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. Start with a wallet with a single Sapling note.
  2. execute z_sendmany with multiple recipients, some of them having Orchard addresses
  3. Run gettransaction and observe the fee

Expected behaviour

The fee should be the value of the input minus the value of all outputs

Actual behaviour + errors

The fee is shown as the value of the input minus the value of the Sapling outputs

The version of Zcash you were using:

5.8.0

@daira daira added this to the Release 5.9.0 milestone Feb 12, 2024
@daira daira modified the milestones: Release 5.9.0, Release 5.10.0 Apr 12, 2024
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

2 participants