Allow coinbase spending

This commit is contained in:
jl777
2019-01-21 01:44:31 -11:00
parent 3dcea8bd51
commit c2e1da3278

View File

@@ -334,6 +334,10 @@ bool MarmaraValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &t
{
return(true);
}
else if ( funcid == 'C' ) // coinbase
{
return(true);
}
// staking only for locked utxo
}
return eval->Invalid("fall through error");