Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vird committed Dec 24, 2024
1 parent 84e3b2c commit 0a97dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/arweave/src/ar_chunk_storage.erl
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ store_entropy2(EntropyPart, PaddedEndOffset, StoreID) ->
case update_replica_2_9_entropy_record(PaddedEndOffset, StoreID) of
ok ->
prometheus_counter:inc(replica_2_9_entropy_stored,
[StoreID], byte_size(Bin));
[StoreID], byte_size(Bin)),
release_replica_2_9_semaphore(Filepath),
case IsComplete2 of
false ->
Expand Down

0 comments on commit 0a97dca

Please sign in to comment.