Page MenuHomePhabricator

fix CRPCCommand args in rpcwallet.cpp
ClosedPublic

Authored by PiRK on Oct 14 2021, 09:50.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCc2cf6cba845d: fix CRPCCommand args in rpcwallet.cpp
Summary

While backporting core#19994, I ran into two failing assertions:

  • our version of getrawchangeaddress does not have an "address_type" argument
  • the "hexstring" for signrawtransactionwithwallet has a typo
Test Plan

ninja all check-all

Diff Detail

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