wallet-rpc: enable openalias

This commit is contained in:
stoffu
2017-03-17 08:04:17 +09:00
parent c642d3224c
commit 250c4cb3e0
5 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -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);