diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-01-08 16:31:42 -0800 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-01-08 16:31:42 -0800 |
commit | ff1bb6bc6801da46f1fc06b1e177ed53a19acb53 (patch) | |
tree | 5fa4c8e59e2598fdac67dcc08ca4f62faffd33c4 /src/wallet/wallet2.h | |
parent | Merge pull request #1487 (diff) | |
parent | make openalias also available for solo miner; introduce namespace tools::dns_... (diff) | |
download | monero-ff1bb6bc6801da46f1fc06b1e177ed53a19acb53.tar.xz |
Merge pull request #1460
99580adf make openalias also available for solo miner; introduce namespace tools::dns_utils; support integrated address with dns lookup (kenshi84)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 54e26008b..b69c477e9 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -503,10 +503,6 @@ namespace tools static bool parse_short_payment_id(const std::string& payment_id_str, crypto::hash8& payment_id); static bool parse_payment_id(const std::string& payment_id_str, crypto::hash& payment_id); - static std::vector<std::string> addresses_from_url(const std::string& url, bool& dnssec_valid); - - static std::string address_from_txt_record(const std::string& s); - bool always_confirm_transfers() const { return m_always_confirm_transfers; } void always_confirm_transfers(bool always) { m_always_confirm_transfers = always; } bool store_tx_info() const { return m_store_tx_info; } |