mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
NOTICK - Remove unused code (#6694)
This commit is contained in:
parent
6829be7ae9
commit
342041c737
@ -247,7 +247,6 @@ class DBTransactionStorage(private val database: CordaPersistence, cacheFactory:
|
||||
txStorage.locked {
|
||||
val existingTransaction = getTransaction(id)
|
||||
if (existingTransaction == null) {
|
||||
updates.filter { it.id == id }.toFuture()
|
||||
updateFuture
|
||||
} else {
|
||||
updateFuture.cancel(false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user