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 Passed - Unit
No Test Coverage - Build Status
Buildable 34735 Build 68934: Build Diff electrum-functional-tests · electrum-tests Build 68933: arc lint + arc unit
Event Timeline
| electrum/electrumabc_gui/qt/avalanche/proof_editor.py | ||
|---|---|---|
| 545 | from transaction.py class OutPoint:
...
def __str__(self):
return f"{self.txid.to_string()}:{self.n}" | |