From b367630ee8b0b6a5d33f04253b8ded4b08645c62 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 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 } return true; } +//---------------------------------------------------------------------------------------------------- void simple_wallet::check_for_inactivity_lock(bool user) { if (m_locked)