Test
This commit is contained in:
@@ -493,7 +493,8 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn,int32_t gpucount)
|
|||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ( ASSETCHAINS_STAKED == 0 )
|
}
|
||||||
|
if ( ASSETCHAINS_STAKED == 0 )
|
||||||
{
|
{
|
||||||
CValidationState state;
|
CValidationState state;
|
||||||
fprintf(stderr,"check validity\n");
|
fprintf(stderr,"check validity\n");
|
||||||
@@ -507,7 +508,6 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn,int32_t gpucount)
|
|||||||
}
|
}
|
||||||
fprintf(stderr,"valid\n");
|
fprintf(stderr,"valid\n");
|
||||||
}
|
}
|
||||||
}
|
|
||||||
fprintf(stderr,"done new block\n");
|
fprintf(stderr,"done new block\n");
|
||||||
|
|
||||||
return pblocktemplate.release();
|
return pblocktemplate.release();
|
||||||
|
|||||||
Reference in New Issue
Block a user