Page MenuHomePhabricator

rpc: deduplicate WriteHDKeypath() used in decodepsbt
ClosedPublic

Authored by PiRK on Sep 2 2021, 07:36.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC67d86464578b: rpc: deduplicate WriteHDKeypath() used in decodepsbt
Summary

The functionality is already provided in the BIP32 utility library util/bip32.h
with the exact same name and function signature.

This is a backport of core#19555

Test Plan

ninja all check-all