Minor: comment fix

This commit is contained in:
Mike Hearn 2016-02-02 15:39:20 +01:00
parent a95b1b3879
commit b014782959

View File

@ -252,7 +252,7 @@ data class LedgerTransaction(
val outStates: List<ContractState>,
/** Arbitrary data passed to the program of each input state. */
val commands: List<AuthenticatedObject<CommandData>>,
/** The hash of the original serialised TimestampedWireTransaction or SignedTransaction */
/** The hash of the original serialised SignedTransaction */
val hash: SecureHash
) {
@Suppress("UNCHECKED_CAST")