mirror of
https://github.com/monero-project/monero.git
synced 2025-12-30 22:50:54 -08:00
Merge pull request #4617
3ffbec15rpc: init m_rpc_version in Message ctor (moneromooo-monero)bfa2dce1rpc: remove unused ctors (moneromooo-monero)7cc39845account: init creation timestamp to 0 (moneromooo-monero)32123789wallet2: initialize some scalar fields in ctor where appropriate (moneromooo-monero)4eca42b2blockchain_db: initialize m_hardfork in ctor just in case (moneromooo-monero)
This commit is contained in:
@@ -136,6 +136,7 @@ DISABLE_VS_WARNINGS(4244 4345)
|
||||
void account_base::set_null()
|
||||
{
|
||||
m_keys = account_keys();
|
||||
m_creation_timestamp = 0;
|
||||
}
|
||||
//-----------------------------------------------------------------
|
||||
void account_base::forget_spend_key()
|
||||
|
||||
Reference in New Issue
Block a user