From 9431721f6660f27e77c0e0fa7bd748cee07834a5 Mon Sep 17 00:00:00 2001 From: Luke Imhoff Date: Tue, 2 Oct 2018 11:42:39 -0500 Subject: [PATCH] diffficulty -> difficulty --- apps/explorer/lib/explorer/chain/block.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/explorer/lib/explorer/chain/block.ex b/apps/explorer/lib/explorer/chain/block.ex index 7194d14344..f63257f410 100644 --- a/apps/explorer/lib/explorer/chain/block.ex +++ b/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__{