Skip to content

Commit

Permalink
Fix class call
Browse files Browse the repository at this point in the history
  • Loading branch information
startailcoon committed Feb 3, 2024
1 parent 637725d commit 49188b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/chain/block.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function getStakerAddress() {
public function getBlockAge() {
$timeline = time() - $this->time;

return ageSinceTimestamp($timeline);
return \CoonDesign\phpGridcoin\ageSinceTimestamp($timeline);
}
}

Expand Down

0 comments on commit 49188b6

Please sign in to comment.