File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
onixlabs-corda-core-workflow/src/main/kotlin/io/onixlabs/corda/core/workflow Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import net.corda.core.identity.Party
3131import net.corda.core.internal.randomOrNull
3232import net.corda.core.node.ServiceHub
3333import net.corda.core.transactions.SignedTransaction
34- import net.corda.core.transactions.TransactionBuilder
3534import 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 */
You can’t perform that action at this time.
0 commit comments