diff options
author | Sumo Gr <sumogr@mail.com> | 2020-04-10 21:27:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 21:27:41 +0300 |
commit | b367630ee8b0b6a5d33f04253b8ded4b08645c62 (patch) | |
tree | 330a63796f53b7d8d1359431801082690cbfaa87 /src/simplewallet/simplewallet.cpp | |
parent | Merge pull request #6198 (diff) | |
download | monero-b367630ee8b0b6a5d33f04253b8ded4b08645c62.tar.xz |
simplewallet : missing function block separator
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 1 |
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) |