decimails -> decimals

pull/848/head
Luke Imhoff 6 years ago
parent 091fabbb4b
commit ff9d03e404
  1. 2
      apps/block_scout_web/lib/block_scout_web/views/tokens/helpers.ex

@ -7,7 +7,7 @@ defmodule BlockScoutWeb.Tokens.Helpers do
alias BlockScoutWeb.{CurrencyHelpers}
@doc """
Returns the token transfers' amount according to the token's type and decimails.
Returns the token transfers' amount according to the token's type and decimals.
When the token's type is ERC-20, then we are going to format the amount according to the token's
decimals considering 0 when the decimals is nil. Case the amount is nil, this function will

Loading…
Cancel
Save