| 217 | } |
| 218 | |
| 219 | bool IsValidDestinationString(const std::string& str, const CChainParams& params) |
| 220 | { |
| 221 | return IsValidDestination(DecodeDestination(str, params)); |
| 222 | } |
| 223 | |
| 224 | bool IsValidDestinationString(const std::string& str) |
| 225 | { |
no test coverage detected