From 7d36cb35aa55792a8a5fdc425179391781bc2001 Mon Sep 17 00:00:00 2001 From: Dmitri Tsumak Date: Fri, 25 Oct 2024 13:13:13 +0100 Subject: [PATCH] Fix comment --- sw_utils/typings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw_utils/typings.py b/sw_utils/typings.py index 0c3d2e3..7f5ed64 100644 --- a/sw_utils/typings.py +++ b/sw_utils/typings.py @@ -66,7 +66,7 @@ class ProtocolConfig: exit_signature_recover_threshold: int # max exiting validators bps for genesis vault - # zero value means threshold is not set + # zero value means limit is not set vault_exiting_validators_limit_bps: int = 0 # Keeper settings