+ `Failed getting /broadcast-tx (): 400: Broadcast failed: Transaction rejected by mempool: bad-txns-in-belowout, value in (25000000.00) < value out (49999999600.00)`,
+ `Failed getting /broadcast-tx (): 400: Failed indexing mempool token tx: Tx is spending 1a3fa6b5a219a75bc287c382280ae36f3ff118757330f5670d463e10ec949154 which is found neither in the mempool nor DB`,
+ );
+ });
+ it('After broadcastTxs are mined', async () => {
+ // Initialize new ChronikClientNode
+ const chronik = new ChronikClientNode(await chronik_url);