We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1563b6 commit 67a199fCopy full SHA for 67a199f
govtool/frontend/src/utils/drepSearchPhraseProcessor.ts
@@ -4,7 +4,7 @@ import { decodeCIP129Identifier } from "./cip129identifier";
4
* Processes the search phrase for dRep and returns the dRep ID.
5
* If the phrase starts with "drep_script" or "drep",
6
* it decodes the CIP129 identifier and extracts the transaction ID.
7
- * If the transaction ID starts with "22" or "23", it returns the ID without the prefix.
+ * If the DRep ID starts with "22" or "23", it returns the ID without the prefix.
8
* If any error occurs during processing, it returns the original phrase.
9
*
10
* @param phrase - The search phrase to be processed.
0 commit comments