fix: allow cancelation of batched transactions
This commit is contained in:
parent
595e215dd5
commit
63853f116c
3 changed files with 6 additions and 3 deletions
|
|
@ -223,7 +223,8 @@ function cancel (txId) {
|
|||
const updateRec = {
|
||||
error: 'Operator cancel',
|
||||
error_code: 'operatorCancel',
|
||||
operator_completed: true
|
||||
operator_completed: true,
|
||||
batch_id: null
|
||||
}
|
||||
|
||||
return Promise.resolve()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue