You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tools/TestNetRewarder/Configuration.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public class Configuration
31
31
publicintShowProofPeriodReports{get;set;}=1;
32
32
33
33
[Uniform("proof-submitted-events","pse","PROOFSUBMITTEDEVENTS",false,"When greater than zero, chain event summary will include proof-submitted events.")]
34
-
publicintShowProofSubmittedEvents{get;set;}=1;
34
+
publicintShowProofSubmittedEvents{get;set;}=0;// Defaulted to zero, aprox 7 to 10 such events every 2 minutes in testnet (from autoclient alone!)
0 commit comments