Diceinit fund

This commit is contained in:
jl777
2018-07-30 02:08:32 -11:00
parent 2c42e02c62
commit 05177cfb4e
2 changed files with 27 additions and 57 deletions

View File

@@ -5203,7 +5203,7 @@ UniValue diceloser(const UniValue& params, bool fHelp)
{
result.push_back(Pair("result", "success"));
result.push_back(Pair("hex", hex));
} else result.push_back(Pair("error", "couldnt create dicewinner transaction"));
} else result.push_back(Pair("error", "couldnt create diceloser transaction"));
return(result);
}