Page MenuHomePhabricator

[electrum] remove the test duplication for the cashaddr prefix
AbandonedPublic

Authored by PiRK on Jan 22 2024, 15:19.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Summary

Nowadays we don't expect much bitcoincash: prefixing any longer. The code still supports it, so keep one test.

Depends on D15231

Test Plan

python test_runner.py

Diff Detail

Event Timeline

PiRK requested review of this revision.Jan 22 2024, 15:19
bytesofman added a subscriber: bytesofman.
bytesofman added inline comments.
electrum/electrumabc/tests/test_bip21.py
15

should we keep supporting this?

the point of ecash: is that it prevents someone from accidentally sending ecash when they think they are sending bch. Probably time to simply deprecate this.

This revision now requires changes to proceed.Jan 22 2024, 18:10