HomePhabricator

[Cashtab] [Remove BCH param from wallet derivation p1] Remove use of slpAddress…

Description

[Cashtab] [Remove BCH param from wallet derivation p1] Remove use of slpAddress from Cashtab

Summary:
T2836

Remove use of legacy address types from Cashtab as prep for removing them from wallet object

Currently, only wallet.Path1899.slpAddress is used anywhere in the app. Remove it.

Test Plan:
npm start
Send an airdrop with 'Ignore my own address' checked
Confirm it ignores your address
grep -r wallet.Path1899.slpAddress src/ and no result
grep -r wallet.Path1899.legacyAddress src/ and no result
grep -r wallet.Path1899.fundingAddress src/ and no result

Reviewers: #bitcoin_abc, emack

Reviewed By: #bitcoin_abc, emack

Subscribers: emack

Differential Revision: https://reviews.bitcoinabc.org/D12749

Details

Provenance
bytesofmanAuthored on Dec 4 2022, 11:28
bytesofmanPushed on Dec 5 2022, 00:11
Reviewer
Restricted Project
Differential Revision
D12749: [Cashtab] [Remove BCH param from wallet derivation p1] Remove use of slpAddress from Cashtab
Parents
rABCd714bdf818d8: [Cashtab] Patch error when activating saved wallet for first time
Branches
Unknown
Tags
Unknown