From 20bfae0067dde4fe470cbd86dee7a9eb98141601 Mon Sep 17 00:00:00 2001 From: Luke Imhoff Date: Tue, 2 Oct 2018 12:16:59 -0500 Subject: [PATCH] recomended -> recommended --- apps/explorer/lib/explorer/chain/import.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/explorer/lib/explorer/chain/import.ex b/apps/explorer/lib/explorer/chain/import.ex index 91b6a5d5a2..2566a17324 100644 --- a/apps/explorer/lib/explorer/chain/import.ex +++ b/apps/explorer/lib/explorer/chain/import.ex @@ -211,7 +211,7 @@ defmodule Explorer.Chain.Import do with the same hash. *NOTE*: Because the repository transaction for a pending `Explorer.Chain.Transaction`s could `COMMIT` after the - repository transaction for that same transaction being collated into a block, writers, it is recomended to use + repository transaction for that same transaction being collated into a block, writers, it is recommended to use `:nothing` for pending transactions and `:replace_all` for collated transactions, so that collated transactions win. * `:params` - `list` of params for `Explorer.Chain.Transaction.changeset/2`.