This commit is contained in:
jl777
2019-01-12 08:24:41 -11:00
parent 4c900a4708
commit 3fb0d3a82a
2 changed files with 3 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ int32_t MarmaraValidateCoinbase(int32_t height,CTransaction tx)
{
if ( ht == height && MarmaraUnlockht(height) == unlockht )
{
fprintf(stderr,"ht.%d -> unlock.%d\n",ht,unlockht);
//fprintf(stderr,"ht.%d -> unlock.%d\n",ht,unlockht);
ccvout = MakeCC1vout(EVAL_MARMARA,0,pk);
if ( ccvout.scriptPubKey == tx.vout[0].scriptPubKey )
return(0);