Skip to content

Commit 991b591

Browse files
Send payment alert to alert notification service
1 parent 3392896 commit 991b591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor/notifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def __init__(self, status_url: str, alert_url: str, status_interval_minutes: int
2626
self.notifications = [
2727
LostSyncNotification(self.alert_apobj),
2828
LostPlotsNotification(self.alert_apobj, lost_plots_alert_threshold),
29+
PaymentNotification(self.alert_apobj),
2930
SummaryNotification(self.status_apobj, status_interval_minutes),
30-
PaymentNotification(self.status_apobj)
3131
]
3232
if not disable_proof_found_alert:
3333
self.notifications.append(FoundProofNotification(self.status_apobj))

0 commit comments

Comments
 (0)