This commit is contained in:
blackjok3r
2018-10-28 13:49:52 +08:00
parent beb8b742be
commit aa45c19c97

View File

@@ -6158,6 +6158,7 @@ UniValue dicebet(const UniValue& params, bool fHelp)
result.push_back(Pair("result", "success")); result.push_back(Pair("result", "success"));
result.push_back(Pair("hex", hex)); result.push_back(Pair("hex", hex));
} else if ( error[0] != 0 ) { } else if ( error[0] != 0 ) {
fprintf(stderr, "%s\n",error );
ERR_RESULT(error); ERR_RESULT(error);
} }
} else { } else {