This commit is contained in:
jl777
2016-10-18 19:20:56 -03:00
parent 53b58ced34
commit 8e54e61f93

View File

@@ -470,7 +470,7 @@ char *komodo_getspendscript(uint256 hash,int32_t n)
} }
if ( n < 0 || (unsigned int)n >= coins.vout.size() ) if ( n < 0 || (unsigned int)n >= coins.vout.size() )
{ {
printf("komodo_getspendscript illegal n.%d size.%d\n",n,coins.vout.size()); printf("komodo_getspendscript illegal n.%d\n",n);
return(0); return(0);
} }
BlockMap::iterator it = mapBlockIndex.find(pcoinsTip->GetBestBlock()); BlockMap::iterator it = mapBlockIndex.find(pcoinsTip->GetBestBlock());