Page MenuHomePhabricator

[Cashtab] Deprecate BCH param from generateTxOutput function
ClosedPublic

Authored by bytesofman on Nov 28 2022, 06:02.

Details

Summary

T2730

Depends on D12664

Deprecate BCH param from generateTxOutput function. The param is there only as an artifact and is not used in the function.

Test Plan

npm test
grep -r generatTxOutput src/ and make sure the param is removed from all instances of the function
npm start and send an XEC tx

Diff Detail

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