Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c01c6c

Browse files
author
ben
committedFeb 11, 2020
de-clientification (thanks for spotting)
1 parent 1024ba9 commit 5c01c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/InMemoryTokenSelection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ import co.paralleluniverse.fibers.Suspendable
183183
import com.r3.corda.lib.tokens.selection.memory.selector.LocalTokenSelector
184184
import net.corda.core.flows.FlowLogic
185185

186-
abstract class SdxTokenReleaseFlow<out T> : FlowLogic<T>() {
186+
abstract class TokenReleaseFlow<out T> : FlowLogic<T>() {
187187

188188
lateinit var localTokenSelector: LocalTokenSelector
189189

0 commit comments

Comments
 (0)
Please sign in to comment.