fix(operation): fix missed finalized rename in abort()
This commit is contained in:
+1
-1
@@ -364,7 +364,7 @@ class SoftwareOperation(
|
|||||||
|
|
||||||
fun abort() {
|
fun abort() {
|
||||||
checkActive()
|
checkActive()
|
||||||
finalized = true
|
isFinalized = true
|
||||||
primitive.abort()
|
primitive.abort()
|
||||||
SystemLogger.debug("[SoftwareOp TX_ID: $txId] Operation aborted.")
|
SystemLogger.debug("[SoftwareOp TX_ID: $txId] Operation aborted.")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user