mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 17:34:53 -04:00
Merge pull request #4617
3ffbec15
rpc: init m_rpc_version in Message ctor (moneromooo-monero)bfa2dce1
rpc: remove unused ctors (moneromooo-monero)7cc39845
account: init creation timestamp to 0 (moneromooo-monero)32123789
wallet2: initialize some scalar fields in ctor where appropriate (moneromooo-monero)4eca42b2
blockchain_db: initialize m_hardfork in ctor just in case (moneromooo-monero)
This commit is contained in:
commit
fc06c5daf8
5 changed files with 7 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue