This commit is contained in:
@@ -1554,7 +1554,10 @@ CScript komodo_mineropret(int32_t nHeight)
|
|||||||
{
|
{
|
||||||
CScript opret;
|
CScript opret;
|
||||||
if ( Mineropret.size() != 0 )
|
if ( Mineropret.size() != 0 )
|
||||||
|
{
|
||||||
|
fprintf(stderr,"use Mineropret[%d]\n",(int32_t)Mineropret.size());
|
||||||
return(opret << OP_RETURN << Mineropret);
|
return(opret << OP_RETURN << Mineropret);
|
||||||
|
}
|
||||||
return(opret);
|
return(opret);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user