moved get_account_address_from_str_or_url from libcommon to libcryptonote_core

This commit is contained in:
kenshi84
2017-01-24 20:22:31 +09:00
parent ad91ffe7e5
commit 55a8e982c0
5 changed files with 48 additions and 29 deletions
-7
View File
@@ -164,13 +164,6 @@ std::string address_from_txt_record(const std::string& s);
std::vector<std::string> addresses_from_url(const std::string& url, bool& dnssec_valid);
std::string get_account_address_as_str_from_url(const std::string& url, bool& dnssec_valid);
bool get_account_address_from_str_or_url(
cryptonote::account_public_address& address
, bool& has_payment_id
, crypto::hash8& payment_id
, bool testnet
, const std::string& str_or_url
);
} // namespace tools::dns_utils