Skip to content

Commit c4d08e9

Browse files
committed
typo comment fix
Signed-off-by: sandeep.nishad1 <[email protected]>
1 parent bd7aa6d commit c4d08e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/network/corda-interop-app/interop-contracts/src/main/kotlin/com/weaver/corda/app/interop/contracts/AssetExchangeHTLCStateContract.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class AssetExchangeTxStateContract : Contract {
140140
"There should be one output state." using (tx.outputs.size == 1)
141141
"The output state should be of type AssetExchangeTxState." using (tx.outputs[0].data is AssetExchangeTxState)
142142

143-
// Check if both locker and recipient are signers
143+
// Check if locker is the signer
144144
val participantKeys = tx.outputs[0].data.participants.map { it.owningKey }
145145
"The required signers of the transaction must include locker." using (command.signers.containsAll(participantKeys))
146146
}

0 commit comments

Comments
 (0)