Change the "Include SLP tokens" option to a more generic "Inlude tokens" that covers both SLP and ALP.
Don't burn ALP tokens unless this option is checked.
Update the warning message.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABCf9a8f5d46c53: [electrum] Make the coin consolidator not burn alp tokens
python test_runner.py
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
TIL coin consolidator is a thing in electrum
how is this used in the GUI? is this just called in normal tx building?
Comment Actions
You find it in the context menu in the coins tab and in the address tab. It is a way to reduce the number of utxos in a single address, as a way to work around the issue of the automatic coin selection algorithm making transactions that are too large because is insists on spending all coins for a given address at the same time.