mirror of
https://github.com/corda/corda.git
synced 2025-01-30 08:04:16 +00:00
Minor: comment fix
This commit is contained in:
parent
a95b1b3879
commit
b014782959
@ -252,7 +252,7 @@ data class LedgerTransaction(
|
|||||||
val outStates: List<ContractState>,
|
val outStates: List<ContractState>,
|
||||||
/** Arbitrary data passed to the program of each input state. */
|
/** Arbitrary data passed to the program of each input state. */
|
||||||
val commands: List<AuthenticatedObject<CommandData>>,
|
val commands: List<AuthenticatedObject<CommandData>>,
|
||||||
/** The hash of the original serialised TimestampedWireTransaction or SignedTransaction */
|
/** The hash of the original serialised SignedTransaction */
|
||||||
val hash: SecureHash
|
val hash: SecureHash
|
||||||
) {
|
) {
|
||||||
@Suppress("UNCHECKED_CAST")
|
@Suppress("UNCHECKED_CAST")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user