This commit is contained in:
jl777
2016-11-18 11:44:12 -03:00
parent 875cf683eb
commit d7093b3380
2 changed files with 2 additions and 2 deletions

View File

@@ -441,7 +441,7 @@ void komodo_block2pubkey33(uint8_t *pubkey33,CBlock& block)
else memset(pubkey33,0,33);
}
int32_t komodo_blockload(CBlock& block,cBlockIndex *pindex)
int32_t komodo_blockload(CBlock& block,CBlockIndex *pindex)
{
block.SetNull();
// Open history file to read

View File

@@ -2332,7 +2332,7 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin
{
komodo_connectpindex(pindex);
}
didiint = 73673
didinit = 73673
}
}
return true;