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

Attempt to carve the fee from a partial payment early #7342

Merged

Conversation

lxop
Copy link

@lxop lxop commented Jan 22, 2021

This re-establishes the behaviour added by #348 whereby the wallet attempts to fund the tx fee by reducing the amount of a partial payment if one exists in the tx.

Fixes: #7337

@hyc
Copy link
Collaborator

hyc commented Jan 24, 2021

A user manataw on IRC complaining about a fee problem has confirmed that this patch solved his problem.

@lxop lxop force-pushed the 7337-carve-fee-from-partial-output branch from 1ed5961 to b9567b4 Compare January 24, 2021 20:17
Do this for both the estimate and actual fee.

monero-project#7337
@lxop lxop force-pushed the 7337-carve-fee-from-partial-output branch from b9567b4 to 520ce1c Compare January 24, 2021 23:01
@lxop
Copy link
Author

lxop commented Jan 24, 2021

The tests are all passing, but instabilities & other external problems have prevented both CI checks from passing at the same time. As such I'm having to make meaningless changes to the branch to trigger the tests to rerun (sigh).

@selsta
Copy link
Collaborator

selsta commented Jan 25, 2021

I'm having to make meaningless changes to the branch to trigger the tests to rerun (sigh).

This is not necessary, we will ignore failed CI if it fails for unrelated reasons :)

@luigi1111 luigi1111 merged commit b7315ef into monero-project:master Sep 9, 2021
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.

Fee is not carved out of partial output with split transactions
4 participants