Skip to content

Commit

Permalink
feat: update bitcoin api
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonn committed Jul 30, 2024
1 parent 86d68be commit 408416a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/core/bitcoin-api/bitcoin-api.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ export class BitcoinApiService {
ttl: ONE_MONTH_MS,
})
public async getBlockTxids({ hash }: { hash: string }) {
console.log('get block txids');
return this.call('getBlockTxids', { hash });
}

Expand Down

0 comments on commit 408416a

Please sign in to comment.