| 45 | } |
| 46 | |
| 47 | std::string FeeModes(const std::string& delimiter) |
| 48 | { |
| 49 | return Join(FeeModeMap(), delimiter, [&](const std::pair<std::string, FeeEstimateMode>& i) { return i.first; }); |
| 50 | } |
| 51 | |
| 52 | const std::string InvalidEstimateModeErrorMessage() |
| 53 | { |
no test coverage detected