Merge pull request #6444
b367630
simplewallet : missing function block separator (sumogr)
This commit is contained in:
commit
f020b24b02
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue