Skip to content
Snippets Groups Projects
Commit 0b0e7a7a authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix: keyword "Certifications" can now safely be used in a TX comment

parent cb9a4040
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ export class BlockParser extends GenericParser {
},
{
prop: "excluded",
regexp: /Excluded:\n([\s\S]*)Certifications/,
regexp: /Excluded:\n([\s\S]*?)Certifications/,
parser: splitAndMatch("\n", CommonConstants.PUBLIC_KEY),
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment