Page MenuHomePhabricator

[tests] move generate_wif_key to wallet_util.py
ClosedPublic

Authored by PiRK on Aug 25 2021, 09:09.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC466aa70881ec: [tests] move generate_wif_key to wallet_util.py
Summary

generate_wif_key is a wallet utility function. Move
it from the EC key module to the wallet util module.

This is a backport of core#19239

Backport note: the revert commit is not relevant, we haven't backported core#19230

Test Plan

ninja check-functional-extended

Diff Detail

Repository
rABC Bitcoin ABC
Branch
pr19239
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16413
Build 32689: Build Diff
Build 32688: arc lint + arc unit

Event Timeline

PiRK requested review of this revision.Aug 25 2021, 09:09
This revision is now accepted and ready to land.Aug 25 2021, 09:28

I forgot to squash the commits (it was missinng sorting the imports in a file)

This revision was landed with ongoing or failed builds.Aug 25 2021, 10:59
This revision was automatically updated to reflect the committed changes.