Page MenuHomePhabricator

[electrum] remove unused objects and methods in wallet
ClosedPublic

Authored by PiRK on Jul 7 2023, 14:49.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCbc5afdc3b98b: [electrum] remove unused objects and methods in wallet
Summary

Nothing in this codebase needs the old versions of the code, except for one callsite in main_window which is easy to update to use the new version.
Remove the technical debt.

Test Plan

python electrum/test_runner.py

Test run the application

Diff Detail

Event Timeline

PiRK requested review of this revision.Jul 7 2023, 14:49
PiRK planned changes to this revision.Jul 7 2023, 14:56
PiRK added inline comments.
electrum/electrumabc/wallet.py
826

something went wrong here

put status_enum as the last field in the TxInfo namedtuple definition

Fabien added a subscriber: Fabien.
Fabien added inline comments.
electrum/electrumabc/wallet.py
763 ↗(On Diff #41317)
This revision is now accepted and ready to land.Jul 7 2023, 16:12

fix typename for namedtuple