Browse Source

)

metaverse
jl777 6 years ago
parent
commit
4c0f3c8745
  1. 2
      src/cc/CCassetstx.cpp

2
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

Loading…
Cancel
Save