From b014782959ede115f50fe8ad84ff6d564b6734c3 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Tue, 2 Feb 2016 15:39:20 +0100 Subject: [PATCH] Minor: comment fix --- src/main/kotlin/core/Transactions.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/core/Transactions.kt b/src/main/kotlin/core/Transactions.kt index c4d28be2c4..1221612fea 100644 --- a/src/main/kotlin/core/Transactions.kt +++ b/src/main/kotlin/core/Transactions.kt @@ -252,7 +252,7 @@ data class LedgerTransaction( val outStates: List, /** Arbitrary data passed to the program of each input state. */ val commands: List>, - /** The hash of the original serialised TimestampedWireTransaction or SignedTransaction */ + /** The hash of the original serialised SignedTransaction */ val hash: SecureHash ) { @Suppress("UNCHECKED_CAST")