Skip to content

Commit

Permalink
Gracefully handle HTTP logging option being unset.
Browse files Browse the repository at this point in the history
  • Loading branch information
samcamwilliams committed Oct 23, 2018
1 parent 3e61b7d commit 8d9e008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ar_node_utils.erl
Expand Up @@ -75,7 +75,7 @@ get_full_block_from_remote_peers(Peers, ID, BHL) ->
{time, Time}
]
);
false -> do_nothing
_ -> do_nothing
end,
B;
false ->
Expand Down

0 comments on commit 8d9e008

Please sign in to comment.