Skip to content

Commit

Permalink
Merge branch 'fix/no-data-start-issue'
Browse files Browse the repository at this point in the history
  • Loading branch information
ldmberman committed Apr 28, 2020
2 parents 2c9d096 + 64d8da0 commit bb475ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/arweave/src/ar_node_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ start_mining(StateIn) ->
{reason, data_unavailable_to_generate_poa},
{generated_options_to_depth, ar_meta_db:get(max_poa_option_depth)}
]
);
),
StateIn;
POA ->
ar_miner_log:started_hashing(),
B = ar_storage:read_block(element(1, hd(BI))),
Expand Down

0 comments on commit bb475ec

Please sign in to comment.