diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-05-01 15:24:33 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-05-01 15:24:33 -0500 |
commit | f020b24b020e3becd905ef9d0e47a8208c4baffe (patch) | |
tree | 32fc7f9b737b238d0ee1fa95038d61f15bb07b1e /src | |
parent | Merge pull request #6443 (diff) | |
parent | simplewallet : missing function block separator (diff) | |
download | monero-f020b24b020e3becd905ef9d0e47a8208c4baffe.tar.xz |
Merge pull request #6444
b367630 simplewallet : missing function block separator (sumogr)
Diffstat (limited to 'src')
-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 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) |