Skip to content

Commit 8dea9dd

Browse files
Update kdoc.
1 parent febb99d commit 8dea9dd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

onixlabs-corda-core-workflow/src/main/kotlin/io/onixlabs/corda/core/workflow/FlowLogicExtensions.kt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import net.corda.core.identity.Party
3131
import net.corda.core.internal.randomOrNull
3232
import net.corda.core.node.ServiceHub
3333
import net.corda.core.transactions.SignedTransaction
34-
import net.corda.core.transactions.TransactionBuilder
3534
import net.corda.core.utilities.ProgressTracker.Step
3635

3736
/**
@@ -49,10 +48,10 @@ val FlowLogic<*>.randomNotary: Party
4948
?: throw NoSuchElementException("No available notaries.")
5049

5150
/**
52-
* Gets the preferred notary from the node config, or alternatively a default notary in the event that
53-
* a preferred notary has not been specified in the node config.
51+
* Gets the preferred notary from the CorDapp config, or alternatively a default notary in the event that
52+
* a preferred notary has not been specified in the CorDapp config.
5453
*
55-
* @param defaultSelector The selector function to obtain a notary if none have been specified in the node config.
54+
* @param defaultSelector The selector function to obtain a notary if none have been specified in the CorDapp config.
5655
* @return Returns the preferred or default notary.
5756
* @throws IllegalAccessException If the preferred notary cannot be found in the network map cache.
5857
*/

0 commit comments

Comments
 (0)