mirror of
https://github.com/monero-project/monero.git
synced 2025-05-05 12:45:03 -04:00
simplewallet : missing function block separator
This commit is contained in:
parent
39e1890276
commit
b367630ee8
1 changed files with 1 additions and 0 deletions
|
@ -6194,6 +6194,7 @@ bool simple_wallet::prompt_if_old(const std::vector<tools::wallet2::pending_tx>
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
//----------------------------------------------------------------------------------------------------
|
||||||
void simple_wallet::check_for_inactivity_lock(bool user)
|
void simple_wallet::check_for_inactivity_lock(bool user)
|
||||||
{
|
{
|
||||||
if (m_locked)
|
if (m_locked)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue