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