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
Lint
Lint Not Applicable
Unit
Tests Not Applicable