Skip to content

Commit

Permalink
Make pylint shush
Browse files Browse the repository at this point in the history
  • Loading branch information
JKincorperated committed Oct 8, 2024
1 parent 968605a commit cc539ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssvlogger/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -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] + "..."
Expand Down

0 comments on commit cc539ed

Please sign in to comment.