Page MenuHomePhabricator

[electrum] rename Stake.utxo to Stake.outpoint
ClosedPublic

Authored by PiRK on Oct 8 2025, 13:03.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC4208cf322c41: [electrum] rename Stake.utxo to Stake.outpoint
Summary

In most contexts utxo and outpoint are interchangeable words. But in Electrum ABC, utxo is usually associated with the complicated dict packed with metadata returned by wallet.get_utxos(). For avalanche stakes, this attribute is just an Outpoint object with a txid and output index.

Depends on D18770

Test Plan

python test_runner.py

Try the avalanche proof editor

Diff Detail

Repository
rABC Bitcoin ABC
Branch
proof_editor_dedup
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34736
Build 68936: Build Diffelectrum-tests · electrum-functional-tests
Build 68935: arc lint + arc unit