Skip to content

Commit

Permalink
Update app/ViewModels/TransactionViewModel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo authored Nov 7, 2024
1 parent 4b278a0 commit ccfb960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ViewModels/TransactionViewModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function fee(): float

public function feeFiat(bool $showSmallAmounts = false): string
{
return ExchangeRate::convert($this->transaction->gas_price->toFloat(), $this->transaction->timestamp, $showSmallAmounts);
return ExchangeRate::convert($this->transaction->gas_price->toFloat(), $this->transaction->timestamp, $showSmallAmounts); // TODO: https://app.clickup.com/t/86dv41828
}

public function amountForItself(): float
Expand Down

0 comments on commit ccfb960

Please sign in to comment.