File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ try (final var paths = Files.walk(mappingFileDirectory, 1)) {
7373 indexedAccountMetaCache
7474 ));
7575
76- var txMapper = TransactionMapper . createMapper(INVOKED_PROGRAM , programProxies);
76+ var txMapper = TransactionMapper . createMapper(invokedProxyProgram , programProxies);
7777}
7878```
7979
@@ -165,11 +165,11 @@ from the destination proxy program. More example configurations can be found in
165165
166166### ** src_discriminator**
167167
168- The instruction discriminator of the original instruction.
168+ The discriminator of the original instruction.
169169
170170### ** dst_discriminator**
171171
172- The instruction discriminator of the proxy instruction.
172+ The discriminator of the proxy instruction.
173173
174174### ** dynamic_accounts**
175175
You can’t perform that action at this time.
0 commit comments