This commit is contained in:
jl777
2017-03-24 02:52:45 +02:00
parent f25914ebf5
commit 01efddaecf

View File

@@ -717,7 +717,7 @@ int32_t komodo_validate_interest(uint32_t *expiredp,const CTransaction& tx,int32
{
//locktime = komodo_interest_args(&prevblocktime,&txheight,&tiptime,&value,tx.GetHash(),0);
LOCK(cs_main);
CTransaction tx; uint256 hashBlock; CBlockIndex *pindex,*previndex;
uint256 hashBlock; CBlockIndex *pindex,*previndex;
if ( GetTransaction(tx.GetHash(),tx,hashBlock,true) )
{
if ( (pindex= mapBlockIndex[hashBlock]) != 0 )