We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3e90a commit 8ec0886Copy full SHA for 8ec0886
1 file changed
alerts/periodic_sender.sh
@@ -64,7 +64,7 @@ while true; do
64
./alerts/sender_with_alert.sh "$ENV_FILE"
65
elapsed_intervals=0
66
elif { [ $elapsed_intervals -ge 50 ]; }; then
67
- # After 50 elapsed intervals (25 hours), if gas price is below 50 gwei, send a proof
+ # After 50 elapsed intervals (25 hours) send a proof
68
message="Sending proof at $elapsed_intervals with gas price $current_gas_price wei"
69
echo "$message"
70
0 commit comments