We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7752fd1 commit 4659646Copy full SHA for 4659646
1 file changed
ex/lib/node/computor_gen.ex
@@ -25,6 +25,10 @@ defmodule ComputorGen do
25
26
def handle_info(:tick, state) do
27
state = cond do
28
+ true ->
29
+ IO.puts "Computor currently cannot find sols on mainnet due to difficulty. Do not waste CPU running it."
30
31
+ state
32
!state[:enabled] -> state
33
!FabricSyncAttestGen.isQuorumIsInEpoch() ->
34
IO.puts "🔴 cannot compute: out_of_sync"
0 commit comments