| 466 | } |
| 467 | |
| 468 | bool IsValidDestinationString(const std::string& str, const CChainParams& params) |
| 469 | { |
| 470 | return IsValidDestination(DecodeDestination(str, params)); |
| 471 | } |
| 472 | |
| 473 | bool IsValidDestinationString(const std::string& str) |
| 474 | { |
no test coverage detected