diff --git a/core/src/main/kotlin/com/r3corda/core/node/ServiceHub.kt b/core/src/main/kotlin/com/r3corda/core/node/ServiceHub.kt index 6d7dc242b1..3e80aa0644 100644 --- a/core/src/main/kotlin/com/r3corda/core/node/ServiceHub.kt +++ b/core/src/main/kotlin/com/r3corda/core/node/ServiceHub.kt @@ -40,7 +40,6 @@ interface ServiceHub { * sends them to the wallet for further processing. * * @param txs The transactions to record - * @see recordTransactionsInternal function to call with the writable storage service */ fun recordTransactions(txs: Iterable)