Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
peterslany committed Aug 3, 2023
1 parent a4e83d1 commit 70bf13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external/electrs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export class DefaultElectrsAPI implements ElectrsAPI {

async getCoinbaseTxId(userTxId: string): Promise<string | undefined> {
const blockHash = (await this.getTxStatus(userTxId)).block_hash;
console.log("utxid", userTxId, "blockhash", blockHash);

if (blockHash === undefined) {
return undefined;
}
Expand Down

0 comments on commit 70bf13a

Please sign in to comment.