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