Skip to content

Commit 266bfb3

Browse files
authored
Merge pull request #23 from protofire/staging-harmony
fix: error during csv loading cause there are no logs
2 parents a6c9889 + c172859 commit 266bfb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/explorer/lib/explorer/chain/csv_export/address_transaction_csv_exporter.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ defmodule Explorer.Chain.CSVExport.AddressTransactionCsvExporter do
3434
|> Keyword.put(:paging_options, paging_options)
3535
|> Keyword.put(:from_block, from_block)
3636
|> Keyword.put(:to_block, to_block)
37+
|> Keyword.put(:necessity_by_association, %{logs: :optional})
3738
|> (&if(Helper.valid_filter?(filter_type, filter_value, "transactions"),
3839
do: &1 |> Keyword.put(:direction, String.to_atom(filter_value)),
3940
else: &1

0 commit comments

Comments
 (0)