Skip to content
Snippets Groups Projects
Commit 7788f1b0 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 6d0c1180
No related branches found
No related tags found
1 merge request!1406Hotfix/tx comment uses keywords
...@@ -74,7 +74,7 @@ export class BlockParser extends GenericParser { ...@@ -74,7 +74,7 @@ export class BlockParser extends GenericParser {
}, },
{ {
prop: "excluded", prop: "excluded",
regexp: /Excluded:\n([\s\S]*)Certifications/, regexp: /Excluded:\n([\s\S]*?)Certifications/,
parser: splitAndMatch("\n", CommonConstants.PUBLIC_KEY), 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