account: init creation timestamp to 0

Never actually used uninitialized

Coverity 136615
release-v0.5.0
moneromooo-monero 6 years ago
parent 3212378912
commit 7cc39845be
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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…
Cancel
Save