This commit is contained in:
jl777
2019-03-28 03:18:06 -11:00
parent 21a8da8667
commit ca1ee9a8c1
3 changed files with 5 additions and 7 deletions

View File

@@ -1018,7 +1018,7 @@ bool ContextualCheckCoinbaseTransaction(const CTransaction& tx, const int nHeigh
{
}
else if ( ASSETCHAINS_MINEROPRET != 0 )
else if ( ASSETCHAINS_CBOPRET != 0 )
{
if ( komodo_opretvalidate(nHeight,tx.vout[1].scriptPubKey) < 0 )
return(false);