Skip to content

Commit

Permalink
fixup! fixup! fixup! feat(core/ethereum): EIP-712
Browse files Browse the repository at this point in the history
  • Loading branch information
grdddj committed Oct 29, 2021
1 parent 0529c7c commit 65969f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/protob/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

MYDIR = os.path.dirname(__file__)

EXPECTED_PREFIX_RE = re.compile(r"messages-(\w+)\.proto")
EXPECTED_PREFIX_RE = re.compile(r"messages-(\w+)(?:-.*)?\.proto")

for fn in sorted(glob(os.path.join(MYDIR, "messages-*.proto"))):
with open(fn, "rt") as f:
Expand Down

0 comments on commit 65969f0

Please sign in to comment.