We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ea503 commit fdfdbc1Copy full SHA for fdfdbc1
1 file changed
README.md
@@ -73,7 +73,7 @@ try (final var paths = Files.walk(mappingFileDirectory, 1)) {
73
indexedAccountMetaCache
74
));
75
76
- var txMapper = TransactionMapper.createMapper(INVOKED_PROGRAM, programProxies);
+ var txMapper = TransactionMapper.createMapper(invokedProxyProgram, programProxies);
77
}
78
```
79
@@ -165,11 +165,11 @@ from the destination proxy program. More example configurations can be found in
165
166
### **src_discriminator**
167
168
-The instruction discriminator of the original instruction.
+The discriminator of the original instruction.
169
170
### **dst_discriminator**
171
172
-The instruction discriminator of the proxy instruction.
+The discriminator of the proxy instruction.
173
174
### **dynamic_accounts**
175
0 commit comments