mirror of
https://github.com/corda/corda.git
synced 2025-05-02 16:53:22 +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 {
|
val result = try {
|
||||||
validateTimestamp(wtx)
|
validateTimestamp(wtx)
|
||||||
|
// TODO: Move the duplicate input detection to `TransactionType.verify()`.
|
||||||
detectDuplicateInputs(wtx)
|
detectDuplicateInputs(wtx)
|
||||||
beforeCommit(stx)
|
beforeCommit(stx)
|
||||||
commitInputStates(wtx)
|
commitInputStates(wtx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user