Fix C-ism causing warning

This commit is contained in:
Jason Rhinelander 2020-03-14 17:57:24 -03:00
parent 10ff717ef9
commit 10f73f01dc

View file

@ -301,7 +301,7 @@ namespace cryptonote
return result;
}
//---------------------------------------------------------------------------
bool checkpoints::init(network_type nettype, struct BlockchainDB *db)
bool checkpoints::init(network_type nettype, BlockchainDB *db)
{
*this = {};
m_db = db;