diff options
author | stoffu <stoffu@protonmail.ch> | 2017-03-17 08:04:17 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2017-03-17 10:42:10 +0900 |
commit | 250c4cb3e08375f88942f46a3939d050d5c9ebd2 (patch) | |
tree | 701896339785cbb8e4235a26c4a55e0e5abd5933 /src/common/dns_utils.h | |
parent | Merge pull request #1869 (diff) | |
download | monero-250c4cb3e08375f88942f46a3939d050d5c9ebd2.tar.xz |
wallet-rpc: enable openalias
Diffstat (limited to 'src/common/dns_utils.h')
-rw-r--r-- | src/common/dns_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dns_utils.h b/src/common/dns_utils.h index 6a7fc5628..53c0c1c7b 100644 --- a/src/common/dns_utils.h +++ b/src/common/dns_utils.h @@ -163,7 +163,7 @@ namespace dns_utils 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); +std::string get_account_address_as_str_from_url(const std::string& url, bool& dnssec_valid, bool cli_confirm = true); bool load_txt_records_from_dns(std::vector<std::string> &records, const std::vector<std::string> &dns_urls); |