Page MenuHomePhabricator

[electrum] remove unused Transaction.is_memory_compact
ClosedPublic

Authored by PiRK on Sep 7 2023, 14:03.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC5618cd97e00b: [electrum] remove unused Transaction.is_memory_compact
Summary

This is unused since https://github.com/Bitcoin-ABC/ElectrumABC/commit/93f07bc7b162b95ce39ad549b8ca0892ab679ac4
and it is wrong since we updated the default transaction version to 2.

Test Plan

python test_runner.py

grep -r is_memory_compact .

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable