We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c01c6c commit 75caf05Copy full SHA for 75caf05
docs/InMemoryTokenSelection.md
@@ -18,7 +18,7 @@ In your [CorDapp config](https://docs.corda.net/cordapp-build-systems.html#corda
18
stateSelection {
19
inMemory {
20
enabled: true
21
- indexingStrategy: ["EXTERNAL_ID"|"PUBLIC_KEY"|"TOKEN_ONLY"]
+ indexingStrategies: ["EXTERNAL_ID"|"PUBLIC_KEY"|"TOKEN_ONLY"]
22
cacheSize: 2048
23
}
24
@@ -38,7 +38,7 @@ nodeDefaults {
38
39
40
41
- indexingStrategy: ["EXTERNAL_ID"]
+ indexingStrategies: ["EXTERNAL_ID"]
42
cacheSize: 1024
43
44
0 commit comments