From f5765455c5b92936e8093b8965e7babb9495700f Mon Sep 17 00:00:00 2001 From: Sumo Gr Date: Fri, 10 Apr 2020 21:27:41 +0300 Subject: [PATCH] simplewallet : missing function block separator --- src/simplewallet/simplewallet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 2e6e19f5a..c4ac87209 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -6220,6 +6220,7 @@ bool simple_wallet::prompt_if_old(const std::vector } return true; } +//---------------------------------------------------------------------------------------------------- void simple_wallet::check_for_inactivity_lock(bool user) { if (m_locked)