Skip to content

Commit 75caf05

Browse files
author
ben
committed
believe this needs to be indexingStrategies based on issue we are seeing
1 parent 5c01c6c commit 75caf05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/InMemoryTokenSelection.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In your [CorDapp config](https://docs.corda.net/cordapp-build-systems.html#corda
1818
stateSelection {
1919
inMemory {
2020
enabled: true
21-
indexingStrategy: ["EXTERNAL_ID"|"PUBLIC_KEY"|"TOKEN_ONLY"]
21+
indexingStrategies: ["EXTERNAL_ID"|"PUBLIC_KEY"|"TOKEN_ONLY"]
2222
cacheSize: 2048
2323
}
2424
}
@@ -38,7 +38,7 @@ nodeDefaults {
3838
stateSelection {
3939
inMemory {
4040
enabled: true
41-
indexingStrategy: ["EXTERNAL_ID"]
41+
indexingStrategies: ["EXTERNAL_ID"]
4242
cacheSize: 1024
4343
}
4444
}

0 commit comments

Comments
 (0)