Tweak message

This commit is contained in:
jl777
2018-08-22 08:07:52 -11:00
parent eafcb94140
commit eb4cf14d40
2 changed files with 2 additions and 2 deletions

View File

@@ -5290,7 +5290,7 @@ UniValue dicebet(const UniValue& params, bool fHelp)
{
result.push_back(Pair("result", "success"));
result.push_back(Pair("hex", hex));
} else ERR_RESULT("couldnt create dice bet transaction");
} else ERR_RESULT("couldnt create dice bet transaction. make sure your address has funds");
} else {
ERR_RESULT("amount and odds must be positive");
}