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

Function InvalidEstimateModeErrorMessage

src/util/fees.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52const std::string InvalidEstimateModeErrorMessage()
53{
54 return "Invalid estimate_mode parameter, must be one of: \"" + FeeModes("\", \"") + "\"";
55}
56
57bool FeeModeFromString(const std::string& mode_string, FeeEstimateMode& fee_estimate_mode)
58{

Callers 2

SetFeeEstimateModeFunction · 0.85
estimatesmartfeeFunction · 0.85

Calls 1

FeeModesFunction · 0.85

Tested by

no test coverage detected