This commit is contained in:
jl777
2019-04-02 21:17:05 -11:00
parent e3905781a2
commit 4a704517b9

View File

@@ -110,6 +110,7 @@ if ( cp->evalcode == EVAL_GAMES ) \
return(games_settle(txfee,cp,params)); \
else \
{ \
fprintf(stderr,"invalid method (%s)\n",method); \
result.push_back(Pair("result","error")); \
result.push_back(Pair("error","invalid gamescc method")); \
return(result); \