Enable fund

This commit is contained in:
jl777
2019-03-26 03:42:56 -11:00
parent 84023b1540
commit e954ca48c7

View File

@@ -95,6 +95,8 @@ if ( cp->evalcode == EVAL_GAMES ) \
return(games_extract(txfee,cp,params)); \
else if ( strcmp(method,"finish") == 0 ) \
return(games_finish(txfee,cp,params)); \
else if ( strcmp(method,"fund") == 0 ) \
return(games_fund(txfee,cp,params)); \
else \
{ \
result.push_back(Pair("result","error")); \