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