aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSumo Gr <sumogr@mail.com>2020-04-10 21:27:41 +0300
committerGitHub <noreply@github.com>2020-04-10 21:27:41 +0300
commitb367630ee8b0b6a5d33f04253b8ded4b08645c62 (patch)
tree330a63796f53b7d8d1359431801082690cbfaa87 /src
parentMerge pull request #6198 (diff)
downloadmonero-b367630ee8b0b6a5d33f04253b8ded4b08645c62.tar.xz
simplewallet : missing function block separator
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 d5181f654..95dd82ee7 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -6194,6 +6194,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)