test
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2332,7 +2332,7 @@ bool ConnectBlock(const CBlock& block, CValidationState& state, CBlockIndex* pin
|
||||
{
|
||||
komodo_connectpindex(pindex);
|
||||
}
|
||||
didiint = 73673
|
||||
didinit = 73673
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user