Page MenuHomePhabricator

refactor: Replace const char* to std::string
ClosedPublic

Authored by Fabien on Feb 1 2021, 15:10.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCd56bef9201d0: refactor: Replace const char* to std::string
Summary
Some functions should be returning std::string instead of const char*.
This commit changes that.

Backport of core PR19004.

Test Plan
ninja all check-all

Diff Detail

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