Skip to content

Commit

Permalink
de-clientification (thanks for spotting)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Feb 11, 2020
1 parent 1024ba9 commit 5c01c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/InMemoryTokenSelection.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ import co.paralleluniverse.fibers.Suspendable
import com.r3.corda.lib.tokens.selection.memory.selector.LocalTokenSelector
import net.corda.core.flows.FlowLogic

abstract class SdxTokenReleaseFlow<out T> : FlowLogic<T>() {
abstract class TokenReleaseFlow<out T> : FlowLogic<T>() {

lateinit var localTokenSelector: LocalTokenSelector

Expand Down

0 comments on commit 5c01c6c

Please sign in to comment.