mirror of
https://github.com/corda/corda.git
synced 2025-03-17 17:45:17 +00:00
Reapply lost fix (#952)
This commit is contained in:
parent
db3da50070
commit
f4f8bc3c8c
@ -186,7 +186,7 @@ class FlowStateMachineImpl<R>(override val id: StateMachineRunId,
|
||||
|
||||
private fun checkDbTransaction(isPresent: Boolean) {
|
||||
if (isPresent) {
|
||||
requireNotNull(contextTransactionOrNull != null)
|
||||
requireNotNull(contextTransactionOrNull)
|
||||
} else {
|
||||
require(contextTransactionOrNull == null)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user