)
This commit is contained in:
@@ -106,7 +106,7 @@ UniValue AssetOrders(uint256 refassetid)
|
|||||||
item.push_back(Pair("totalrequired", (int64_t)price));
|
item.push_back(Pair("totalrequired", (int64_t)price));
|
||||||
if ( funcid == 's' || funcid == 'S' || funcid == 'e' || funcid == 'e' )
|
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));
|
item.push_back(Pair("price", (double)price / vintx.vout[0].nValue));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user