When adding additional stakes from the wallet to an existing proof, it is confusing to have to choose from a list that contains already added stakes.
Filter the list accordingly.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC3fb416a982d4: [electrum] exclude already added utxos when adding more wallet UTXOs to a proof
Select a few coins, right click, Build Avalanche Proof, click "add coins from wallet" button and check that the list now no longer has the coins already in the proof.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| electrum/electrumabc_gui/qt/avalanche/proof_editor.py | ||
|---|---|---|
| 545 ↗ | (On Diff #56102) | from transaction.py class OutPoint:
...
def __str__(self):
return f"{self.txid.to_string()}:{self.n}" |