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")