1
This commit is contained in:
parent
286590d352
commit
301e688583
@ -218,6 +218,12 @@ class BlockChainService {
|
||||
$intPart = substr($val, 0, strlen($val) - $decimals);
|
||||
$floatPart = substr($val, strlen($val) - $decimals);
|
||||
}
|
||||
/*
|
||||
error_log(json_encode(array(
|
||||
'val' => $val,
|
||||
'int_part' => $intPart,
|
||||
'float_part' => $floatPart,
|
||||
)));*/
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user