Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
RaaCT0R committed Sep 11, 2024
1 parent 8908cee commit 4c3c2ec
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,7 @@ class BitcoinEsploraNetwork extends AbstractBitcoinNetwork {
.get<Array<string>>(`/api/mempool/txids`)
.then((res) => {
this.logger.debug(
`requested 'mempool/txids'. received [${JsonBigInt.stringify(
res.data.length
)}] txs`
`requested 'mempool/txids'. received [${res.data.length}] txs`
);
return res.data;
})
Expand Down

0 comments on commit 4c3c2ec

Please sign in to comment.