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

wallet: keep change dest separate from other dests #1098

Merged
merged 1 commit into from
Sep 18, 2016

Conversation

moneromooo-monero
Copy link
Collaborator

This fixes misreporting of amount/fee in rct txes, as the rct
tx construction code was lumping all dests (whether change or
not) in the same dests vector, while the pre-rct code was
keeping it separate.

This fixes misreporting of amount/fee in rct txes, as the rct
tx construction code was lumping all dests (whether change or
not) in the same dests vector, while the pre-rct code was
keeping it separate.
@fluffypony
Copy link
Contributor

Reviewed

@fluffypony fluffypony merged commit 1dd5b0b into monero-project:master Sep 18, 2016
fluffypony added a commit that referenced this pull request Sep 18, 2016
1dd5b0b wallet: keep change dest separate from other dests (moneromooo-monero)
sanada08 pushed a commit to Beldex-Coin/beldex that referenced this pull request Oct 31, 2020
…pectReaadOnlyFlag

Blockchain init respect read only flag
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

Successfully merging this pull request may close these issues.

None yet

2 participants