up
This commit is contained in:
parent
bbda895e86
commit
7ed3b0ee32
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ export default class {
|
|||
if (!this.pendingTx) {
|
||||
return this.execQueueItem(op)
|
||||
}
|
||||
this.log("pushing to queue", this.transactionsQueue.length)
|
||||
return new Promise<T>((res, rej) => {
|
||||
this.transactionsQueue.push({ op, res, rej })
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue