Fix comment (#4308)

This commit is contained in:
Dominic Fox 2018-11-28 15:21:43 +00:00 committed by Anthony Keenan
parent 36fdb858c6
commit 2818737f12

View File

@ -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 " +
"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
* transactions are not supported and thus two encumbered states with different notaries cannot be consumed
* in the same transaction.