Skip to content

Commit 8ec0886

Browse files
Update alerts/periodic_sender.sh
Co-authored-by: Julian Arce <52429267+JuArce@users.noreply.github.com>
1 parent 4b3e90a commit 8ec0886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alerts/periodic_sender.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ while true; do
6464
./alerts/sender_with_alert.sh "$ENV_FILE"
6565
elapsed_intervals=0
6666
elif { [ $elapsed_intervals -ge 50 ]; }; then
67-
# After 50 elapsed intervals (25 hours), if gas price is below 50 gwei, send a proof
67+
# After 50 elapsed intervals (25 hours) send a proof
6868
message="Sending proof at $elapsed_intervals with gas price $current_gas_price wei"
6969
echo "$message"
7070
./alerts/sender_with_alert.sh "$ENV_FILE"

0 commit comments

Comments
 (0)