This commit is contained in:
jl777
2018-07-23 05:46:51 -11:00
parent 30a0ecf7e1
commit d04ff3aff2

View File

@@ -112,6 +112,7 @@ bool FaucetValidate(Eval* eval,const CTransaction &tx)
bool ProcessFaucet(Eval* eval, std::vector<uint8_t> paramsNull,const CTransaction &ctx, unsigned int nIn)
{
return(true);
if ( paramsNull.size() != 0 ) // Don't expect params
return eval->Invalid("Cannot have params");
else if ( ctx.vout.size() == 0 )