diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-09-26 23:29:53 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-09-26 23:29:53 +0300 |
commit | 545a48f098916cfe8575964c66a14154ca8451c7 (patch) | |
tree | 76bfe41df24cbff2a0f632f9bb157feff210db12 /src/wallet | |
parent | wallet2_api: milliseconds resolution for auto-refresh interval (diff) | |
download | monero-545a48f098916cfe8575964c66a14154ca8451c7.tar.xz |
formatting: 2-spaces indentation
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet2.cpp | 2 |
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) |