Skip to content

Commit 70bf13a

Browse files
committed
chore: remove console.log
1 parent a4e83d1 commit 70bf13a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/external/electrs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ export class DefaultElectrsAPI implements ElectrsAPI {
431431

432432
async getCoinbaseTxId(userTxId: string): Promise<string | undefined> {
433433
const blockHash = (await this.getTxStatus(userTxId)).block_hash;
434-
console.log("utxid", userTxId, "blockhash", blockHash);
434+
435435
if (blockHash === undefined) {
436436
return undefined;
437437
}

0 commit comments

Comments
 (0)