Skip to content

Commit

Permalink
Update src/handlers/el_triggered_exit.py
Browse files Browse the repository at this point in the history
Co-authored-by: AlexanderLukin <[email protected]>
  • Loading branch information
dputko and AlexanderLukin authored Dec 23, 2024
1 parent d652744 commit f8c7d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/el_triggered_exit.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def handle(self, watcher, head: FullBlockInfo):
summary = "πŸ”—β€πŸƒπŸšͺOur validator triggered withdrawal was requested from our Withdrawal Vault address"
elif withdrawal.validator_pubkey in watcher.user_keys:
alert = CommonAlert(name="HeadWatcherUserELWithdrawal", severity="info")
summary = "πŸ”—β€πŸƒπŸšͺUnexpected EL withdrawal request found"
summary = "πŸ”—β€πŸƒπŸšͺOur validator triggered withdrawal was requested"

if alert:
description = (f"EL withdrawals request source_address='{withdrawal.source_address}', "
Expand Down

0 comments on commit f8c7d92

Please sign in to comment.