Skip to content

Commit f247d65

Browse files
authored
Revert "Update lodestar regex (sigp#38)"
This reverts commit 8ad9337.
1 parent 8ad9337 commit f247d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare_training_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Teku": [r".*[Tt]eku", r"RP-[A-Z]?T v[0-9]*\.[0-9]*\.[0-9]*.*"],
2121
"Nimbus": [r".*[Nn]imbus", r"RP-[A-Z]?N v[0-9]*\.[0-9]*\.[0-9]*.*"],
2222
"Prysm": [r".*[Pp]rysm", "prylabs", r"RP-[A-Z]?P v[0-9]*\.[0-9]*\.[0-9]*.*"],
23-
"Lodestar": [r".*[Ll]odestar", r"[A-Z]{2}[a-z0-9]{4}LS[a-z0-9]{4}"],
23+
"Lodestar": [r".*[Ll]odestar"],
2424
}
2525

2626
REGEX = {

0 commit comments

Comments
 (0)