fix some bug
This commit is contained in:
parent
a217375397
commit
6e8f044e96
@ -135,7 +135,7 @@ export class RequestTaskClass extends BaseModule {
|
|||||||
logger.info(result)
|
logger.info(result)
|
||||||
let { transactionHash } = result
|
let { transactionHash } = result
|
||||||
self.execHash = transactionHash
|
self.execHash = transactionHash
|
||||||
self.statue = ReqTaskStatus.WAIT_EXEC_CONFIRM
|
self.status = ReqTaskStatus.WAIT_EXEC_CONFIRM
|
||||||
await self.save()
|
await self.save()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -50,6 +50,7 @@ export class ExecQueue {
|
|||||||
this.addTaskToQueue(subTask)
|
this.addTaskToQueue(subTask)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
this.blockChain.confirmQueue.addTaskToQueue(subTask)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
logger.error('error add task: ' + err)
|
logger.error('error add task: ' + err)
|
||||||
subTask.errMsg.push(err)
|
subTask.errMsg.push(err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user