Page MenuHomePhabricator

Avoid redundant redeclaration of GetWarnings(const string&)
ClosedPublic

Authored by Fabien on Dec 17 2018, 09:25.

Details

Summary

std::string GetWarnings(const std::string& strFor) is declared in
warnings.h and validation.h, and defined in warnings.cpp.

Backport of core PR10864

Test Plan

Run with the -testsafemode=1 argument and check the warning appears

Diff Detail

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