Add TODO to move duplicate input detection to TransactionType.verify

Resolving the TODO in a follow-up PR.
This commit is contained in:
Thomas Schroeter 2017-01-06 09:09:27 +00:00
parent 0b43c5634e
commit 0f43a88b19

View File

@ -101,6 +101,7 @@ object NotaryFlow {
val result = try {
validateTimestamp(wtx)
// TODO: Move the duplicate input detection to `TransactionType.verify()`.
detectDuplicateInputs(wtx)
beforeCommit(stx)
commitInputStates(wtx)