Page MenuHomePhabricator

[Cashtab] [ECPair from wif p1] Add local method
AbandonedPublic

Authored by bytesofman on Nov 15 2022, 11:12.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Summary

T2730

Part 1 of a stacked diff to deprecate BCH.ECPair.fromWIF function

This diff adds a local method, getECPairFromWIF, and compares this method with the existing method in the signUtxosByAddress function

Test Plan

Review new unit test and npm test
npm start, send a transaction, look for local method matches legacy method in the dev log

Diff Detail