diff options
author | kenshi84 <kenshi84@protonmail.ch> | 2017-01-24 20:22:31 +0900 |
---|---|---|
committer | kenshi84 <kenshi84@protonmail.ch> | 2017-01-24 20:31:03 +0900 |
commit | 55a8e982c0b34cd62d1ad1eb83d0683d5291f322 (patch) | |
tree | b8be9bee56fee522c3e5dd0fd0b7cdd1a527337a /src/common/dns_utils.h | |
parent | Merge pull request #1622 (diff) | |
download | monero-55a8e982c0b34cd62d1ad1eb83d0683d5291f322.tar.xz |
moved get_account_address_from_str_or_url from libcommon to libcryptonote_core
Diffstat (limited to 'src/common/dns_utils.h')
-rw-r--r-- | src/common/dns_utils.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/dns_utils.h b/src/common/dns_utils.h index 5fe1d4775..8a63a8129 100644 --- a/src/common/dns_utils.h +++ b/src/common/dns_utils.h @@ -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 |