mirror of
https://github.com/corda/corda.git
synced 2025-05-02 00:39:53 +00:00
Add TODO to move duplicate input detection to TransactionType.verify
Resolving the TODO in a follow-up PR.
This commit is contained in:
parent
0b43c5634e
commit
0f43a88b19
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user