Skip to content

Commit

Permalink
Reduce timeout to get mining process
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Dec 11, 2022
1 parent ec4d5df commit 813bf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic/mining.ex
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ defmodule Archethic.Mining do
) ::
:ok
def confirm_replication(tx_address, signature, node_public_key) do
pid = get_mining_process!(tx_address)
pid = get_mining_process!(tx_address, 1000)
if pid, do: send(pid, {:ack_replication, signature, node_public_key})
:ok
end
Expand Down

0 comments on commit 813bf14

Please sign in to comment.