diff --git a/src/main/kotlin/core/TransactionTools.kt b/src/main/kotlin/core/TransactionTools.kt index 06b4a1ea09..026d72030b 100644 --- a/src/main/kotlin/core/TransactionTools.kt +++ b/src/main/kotlin/core/TransactionTools.kt @@ -7,7 +7,7 @@ import java.io.FileNotFoundException /** * Looks up identities and attachments from storage to generate a [LedgerTransaction]. * - * @throws FileNotFoundException if a required transaction was not found in storage. + * @throws FileNotFoundException if a required attachment was not found in storage. */ fun WireTransaction.toLedgerTransaction(identityService: IdentityService, attachmentStorage: AttachmentStorage): LedgerTransaction {