Test
This commit is contained in:
@@ -159,8 +159,8 @@ bool ValidateAskRemainder(uint64_t remaining_nValue,uint64_t remaining_assetoshi
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
unitprice = (orig_nValue / orig_assetoshis);
|
unitprice = (total_nValue / orig_assetoshis);
|
||||||
recvunitprice = (received_nValue / received_assetoshis);
|
recvunitprice = (paid_nValue / received_assetoshis);
|
||||||
if ( remaining_nValue != 0 )
|
if ( remaining_nValue != 0 )
|
||||||
newunitprice = (remaining_nValue / remaining_assetoshis);
|
newunitprice = (remaining_nValue / remaining_assetoshis);
|
||||||
if ( recvunitprice < unitprice )
|
if ( recvunitprice < unitprice )
|
||||||
|
|||||||
Reference in New Issue
Block a user