Skip to content

Commit c590433

Browse files
committed
chore: update comment
1 parent 0ee3ca0 commit c590433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dynamic-parsers/src/parsers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function parseInstructionData(
4040
const parsed = parseData(root, bytes, 'instructionNode');
4141
if (parsed) return parsed;
4242

43-
// Single-instruction programs may omit a discriminator (e.g. Memo program).
43+
// Single-instruction programs may omit a discriminator (e.g. `Memo4c2pN8afCj432Lb7RMVKi9PbQnnW7ewFFaV3oAH`).
4444
// parseData returns undefined due to being unable to identify it by discriminator
4545
// Decode it directly.
4646
const [singleIx, ...rest] = root.program.instructions;

0 commit comments

Comments
 (0)