Skip to content

Commit fdfdbc1

Browse files
committed
readme nits.
1 parent 64ea503 commit fdfdbc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)