From 4c0f3c874566c269ffc9b564e8d3edeb21319024 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Jul 2018 08:53:18 -1100 Subject: [PATCH] ) --- src/cc/CCassetstx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/CCassetstx.cpp b/src/cc/CCassetstx.cpp index a63f5f971..3931be0e4 100644 --- a/src/cc/CCassetstx.cpp +++ b/src/cc/CCassetstx.cpp @@ -106,7 +106,7 @@ UniValue AssetOrders(uint256 refassetid) item.push_back(Pair("totalrequired", (int64_t)price)); if ( funcid == 's' || funcid == 'S' || funcid == 'e' || funcid == 'e' ) { - sprintf(numstr,"%.8f",(double)price / vintx.vout[0].nValue)); + sprintf(numstr,"%.8f",(double)price / vintx.vout[0].nValue); item.push_back(Pair("price", (double)price / vintx.vout[0].nValue)); } else