diff --git a/src/ssvlogger/logger.py b/src/ssvlogger/logger.py index f1edb9e..f0fbfd9 100644 --- a/src/ssvlogger/logger.py +++ b/src/ssvlogger/logger.py @@ -232,7 +232,7 @@ def main_function(): tolog = "Sucessfully submitted attestation at slot " + \ f"{colorama.Fore.LIGHTMAGENTA_EX}{slot}{colorama.Fore.RESET}" + \ f" for validator {colorama.Fore.LIGHTMAGENTA_EX}{validator}{colorama.Fore.RESET}" - + elif log[2] == "Controller.Validator" and "successfully submitted sync committee" in log[3]: data = json.loads(log[4]) validator = data["pubkey"][:6] + "..."