diffficulty -> difficulty

pull/848/head
Luke Imhoff 6 years ago
parent f9da8ba5ae
commit 9431721f66
  1. 2
      apps/explorer/lib/explorer/chain/block.ex

@ -42,7 +42,7 @@ defmodule Explorer.Chain.Block do
* `parent_hash` - the hash of the parent block, which should have the previous `number`
* `size` - The size of the block in bytes.
* `timestamp` - When the block was collated
* `total_diffficulty` - the total `difficulty` of the chain until this block.
* `total_difficulty` - the total `difficulty` of the chain until this block.
* `transactions` - the `t:Explorer.Chain.Transaction.t/0` in this block.
"""
@type t :: %__MODULE__{

Loading…
Cancel
Save