aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-05-01 15:24:33 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-05-01 15:24:33 -0500
commitf020b24b020e3becd905ef9d0e47a8208c4baffe (patch)
tree32fc7f9b737b238d0ee1fa95038d61f15bb07b1e /src
parentMerge pull request #6443 (diff)
parentsimplewallet : missing function block separator (diff)
downloadmonero-f020b24b020e3becd905ef9d0e47a8208c4baffe.tar.xz
Merge pull request #6444
b367630 simplewallet : missing function block separator (sumogr)
Diffstat (limited to 'src')
-rw-r--r--src/simplewallet/simplewallet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index a86e01104..1a3f9fb49 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -6221,6 +6221,7 @@ bool simple_wallet::prompt_if_old(const std::vector<tools::wallet2::pending_tx>
}
return true;
}
+//----------------------------------------------------------------------------------------------------
void simple_wallet::check_for_inactivity_lock(bool user)
{
if (m_locked)