We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1024ba9 commit 5c01c6cCopy full SHA for 5c01c6c
docs/InMemoryTokenSelection.md
@@ -183,7 +183,7 @@ import co.paralleluniverse.fibers.Suspendable
183
import com.r3.corda.lib.tokens.selection.memory.selector.LocalTokenSelector
184
import net.corda.core.flows.FlowLogic
185
186
-abstract class SdxTokenReleaseFlow<out T> : FlowLogic<T>() {
+abstract class TokenReleaseFlow<out T> : FlowLogic<T>() {
187
188
lateinit var localTokenSelector: LocalTokenSelector
189
0 commit comments