We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, to consolidate UTXO of a specific address, the user need to spend a lot of "loop transactions" on the same address.
I suggest to add the possibility to run a manual command on Kaspawallet to consolidate all UTXO present in a specific address.
Example command: ./kaspawallet consolidate -a ADDRESS
./kaspawallet consolidate -a ADDRESS
I guess that @someone235 proposed something similar on the February 23rd bi-weekly meeting.
The text was updated successfully, but these errors were encountered:
Do we still need this when we have the auto-compounding feature?
Sorry, something went wrong.
No branches or pull requests
Currently, to consolidate UTXO of a specific address, the user need to spend a lot of "loop transactions" on the same address.
I suggest to add the possibility to run a manual command on Kaspawallet to consolidate all UTXO present in a specific address.
Example command:
./kaspawallet consolidate -a ADDRESS
I guess that @someone235 proposed something similar on the February 23rd bi-weekly meeting.
The text was updated successfully, but these errors were encountered: