T2370
The use of BCH.Address.toCashAddress in sendXec() is actually redundant because both outputAddress and destinationAddress variables are already in bch format prior to the call.
Differential D12389
[Cashtab] [BCH deprecation] Pt 1/1 - Deprecate BCH.Address.toCashAddress from cashMethods emack on Oct 28 2022, 12:46. Authored by Tags None Subscribers None
Details
T2370 The use of BCH.Address.toCashAddress in sendXec() is actually redundant because both outputAddress and destinationAddress variables are already in bch format prior to the call. npm test and ensure existing unit test suite passes
Diff Detail
|