1
This commit is contained in:
parent
301e688583
commit
ed2b272dc5
@ -246,7 +246,7 @@ class Staking extends BaseModel {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getDailyInterest($stakeTime)
|
private static function getDailyInterest($stakeTime)
|
||||||
{
|
{
|
||||||
$months = intval($stakeTime / 3600 / 24 / 30);
|
$months = intval($stakeTime / 3600 / 24 / 30);
|
||||||
if ($months <= 0) {
|
if ($months <= 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user