We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e66da commit b6c4460Copy full SHA for b6c4460
packages/bitcore-node/src/models/transaction.ts
@@ -62,7 +62,7 @@ export class Transaction extends BaseModel<ITransaction> {
62
}) {
63
const mintOps = await this.getMintOps(params);
64
const spendOps = this.getSpendOps({ ...params, mintOps });
65
- this.pruneMempool({...params, mintOps, spendOps});
+ await this.pruneMempool({...params, mintOps, spendOps});
66
67
logger.debug('Minting Coins', mintOps.length);
68
if (mintOps.length) {
0 commit comments