This commit is contained in:
jl777
2019-01-15 01:17:30 -11:00
parent e56e7dd8f8
commit 0bf08eedd0

View File

@@ -549,7 +549,7 @@ UniValue MarmaraCreditloop(uint256 txid)
obj.push_back(Pair("nextaddress",coinaddr));
if ( createtxid != refcreatetxid || amount != refamount || matures != refmatures || currency != refcurrency )
{
obj.push_back(Pair("objerror",(char *)"mismatched createtxid or amount or matures or currency")));
obj.push_back(Pair("objerror",(char *)"mismatched createtxid or amount or matures or currency"));
obj.push_back(Pair("createtxid",createtxid.GetHex()));
obj.push_back(Pair("amount",ValueFromAmount(amount)));
obj.push_back(Pair("matures",matures));