| 473 | } |
| 474 | |
| 475 | bool IsValidDestinationString(const std::string& str, const CChainParams& params) |
| 476 | { |
| 477 | std::string error_msg; |
| 478 | return IsValidDestination(DecodeDestination(str, params, false, error_msg, nullptr)); |
| 479 | } |
| 480 | |
| 481 | bool IsValidDestinationString(const std::string& str) |
| 482 | { |