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

[FEATURE Request] Send whole UTXO #329

Open
jodobear opened this issue Oct 3, 2024 · 1 comment
Open

[FEATURE Request] Send whole UTXO #329

jodobear opened this issue Oct 3, 2024 · 1 comment
Assignees

Comments

@jodobear
Copy link

jodobear commented Oct 3, 2024

Problem Statement

I want to send a UTXO without having to calculate the fees and having to enter the exact amount to send less fees.

Current Behaviour

I have to manually enter an amount then check the error message for the amount of sats more required to send the UTXO. Then calculate the exact amount to enter into the send field.

Proposed Solution

In the Advance Options when you select the coin have an option to send the whole coin and when you are back in the Send screen, you select the Fee and the app first reduces the fee from the UTXO and sends the rest of it to the recipient.

@jodobear jodobear changed the title [FEATURE] Send coin [FEATURE Request] Send whole UTXO Oct 3, 2024
@i5hi
Copy link
Collaborator

i5hi commented Oct 3, 2024

drainUtxo(s) is actually a pretty useful feature.

We could have in Advanced Options Drain Selected Utxos IF the user has selected coins manually - this will remove the amount field (similar to drainWallet) and calculate the absolute fees based on fee_rate*num_utxos_selected - subtract that from the total value of the utxos and set that as the amount to send.

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

4 participants