mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
Fix comment (#4308)
This commit is contained in:
parent
36fdb858c6
commit
2818737f12
@ -149,7 +149,7 @@ abstract class TransactionVerificationException(val txId: SecureHash, message: S
|
|||||||
"is not satisfied. Encumbered states should also be referenced as an encumbrance of another state to form " +
|
"is not satisfied. Encumbered states should also be referenced as an encumbrance of another state to form " +
|
||||||
"a full cycle. Offending indices $nonMatching", null)
|
"a full cycle. Offending indices $nonMatching", null)
|
||||||
|
|
||||||
/**HEAD
|
/**
|
||||||
* All encumbered states should be assigned to the same notary. This is due to the fact that multi-notary
|
* All encumbered states should be assigned to the same notary. This is due to the fact that multi-notary
|
||||||
* transactions are not supported and thus two encumbered states with different notaries cannot be consumed
|
* transactions are not supported and thus two encumbered states with different notaries cannot be consumed
|
||||||
* in the same transaction.
|
* in the same transaction.
|
||||||
|
Loading…
Reference in New Issue
Block a user