Minor: Remove a no longer relevant kdoc line

This commit is contained in:
Mike Hearn 2016-06-20 16:58:03 +02:00
parent 5a3c9caffd
commit d084f76594

View File

@ -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<SignedTransaction>)