MCPcopy Create free account
hub / github.com/ElementsProject/elements / AppendWarning

Function AppendWarning

src/validation.cpp:2692–2696  ·  view source on GitHub ↗

Private helper function that concatenates warning messages. */

Source from the content-addressed store, hash-verified

2690
2691/** Private helper function that concatenates warning messages. */
2692static void AppendWarning(bilingual_str& res, const bilingual_str& warn)
2693{
2694 if (!res.empty()) res += Untranslated(", ");
2695 res += warn;
2696}
2697
2698static void UpdateTipLog(
2699 const CCoinsViewCache& coins_tip,

Callers 1

UpdateTipMethod · 0.85

Calls 2

UntranslatedFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected