aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wallet/wallet2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index 07b305b4c..ea50ae10c 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -4050,7 +4050,7 @@ std::string wallet2::get_keys_file() const
std::string wallet2::get_daemon_address() const
{
- return m_daemon_address;
+ return m_daemon_address;
}
uint64_t wallet2::get_daemon_blockchain_height(string &err)