1
0
Fork 0
forked from lthn/blockchain

fixed missing namespace

This commit is contained in:
cryptozoidberg 2021-08-07 22:16:12 +02:00
parent bf7a0941c4
commit 0f40aba1e6
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -1753,7 +1753,7 @@ std::string wallets_manager::get_offers_ex(const bc_services::core_offers_filter
std::string wallets_manager::validate_address(const std::string& addr_str, std::string& payment_id)
{
currency::account_public_address acc = AUTO_VAL_INIT(acc);
if (is_address_like_wrapped(addr_str))
if (currency::is_address_like_wrapped(addr_str))
{
return API_RETURN_CODE_TRUE;
}