We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723cdb4 commit ab4b944Copy full SHA for ab4b944
services/chronikService.ts
@@ -616,8 +616,7 @@ export class ChronikBlockchainClient {
616
await executeAddressTriggers(broadcastTxData, tx.address.networkId)
617
}
618
const { amount, opReturn } = addressWithTransaction.transaction
619
- const newClientPaymentStatus = 'ADDED_TO_MEMPOOL' as ClientPaymentStatus
620
- await this.handleUpdateClientPaymentStatus(amount, opReturn, newClientPaymentStatus)
+ await this.handleUpdateClientPaymentStatus(amount, opReturn, 'ADDED_TO_MEMPOOL' as ClientPaymentStatus)
621
622
623
this.mempoolTxsBeingProcessed -= 1
0 commit comments