mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Fixed documentation of notarise transactions.
This commit is contained in:
parent
61b25a4abd
commit
d73eb11245
@ -63,10 +63,10 @@ private class NotaryDemoClientApi(val rpc: CordaRPCOps) {
|
||||
}
|
||||
|
||||
/**
|
||||
* For every transactions invokes the notary flow and obtains a notary signature.
|
||||
* For every transaction invoke the notary flow and obtains a notary signature.
|
||||
* The signer can be any of the nodes in the notary cluster.
|
||||
*
|
||||
* @return a list of encoded signer public keys – one for every transaction
|
||||
* @return a list of encoded signer public keys - one for every transaction
|
||||
*/
|
||||
private fun notariseTransactions(transactions: List<SignedTransaction>): List<String> {
|
||||
val signatureFutures = transactions.map {
|
||||
|
Loading…
x
Reference in New Issue
Block a user