1
This commit is contained in:
parent
29b21c79bf
commit
e7837de486
@ -90,7 +90,7 @@ class BlockChainService {
|
|||||||
{
|
{
|
||||||
$xiShu = 10000;
|
$xiShu = 10000;
|
||||||
$intPrice = $price * $xiShu;
|
$intPrice = $price * $xiShu;
|
||||||
$formatedStr = phpcommon\bnDiv(phpcommon\bnMul_s($intPrice, phpcommon\bnPow_s(10, 18)), $xiShu);
|
$formatedStr = phpcommon\bnDiv_s(phpcommon\bnMul_s($intPrice, phpcommon\bnPow_s(10, 18)), $xiShu);
|
||||||
return $formatedStr;
|
return $formatedStr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user