forked from lthn/blockchain
fixed missing namespace
This commit is contained in:
parent
bf7a0941c4
commit
0f40aba1e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue