syntax fixes

This commit is contained in:
jl777
2016-09-23 10:36:28 -03:00
parent 50027f0631
commit 8c3623fe10
5 changed files with 9 additions and 5 deletions

View File

@@ -266,6 +266,8 @@ bool CBlockTreeDB::ReadFlag(const std::string &name, bool &fValue) {
return true;
}
int32_t komodo_blockcheck(void *block,uint32_t *nBitsp);
bool CBlockTreeDB::LoadBlockIndexGuts()
{
boost::scoped_ptr<leveldb::Iterator> pcursor(NewIterator());