mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Removing unneeded comments
This commit is contained in:
@@ -294,10 +294,6 @@ describe("#Insight Address", () => {
|
||||
.get(uri => uri.includes("/"))
|
||||
.times(2)
|
||||
.reply(200, mockData.mockAddressDetails)
|
||||
|
||||
//nock(`${process.env.BITCOINCOM_BASEURL}`)
|
||||
// .get(uri => uri.includes("/"))
|
||||
// .reply(200, mockData.mockAddressDetails)
|
||||
}
|
||||
|
||||
// Call the details API.
|
||||
@@ -598,10 +594,6 @@ describe("#Insight Address", () => {
|
||||
.get(uri => uri.includes("/"))
|
||||
.times(2)
|
||||
.reply(200, mockData.mockUtxoDetails)
|
||||
|
||||
//nock(`${process.env.BITCOINCOM_BASEURL}`)
|
||||
// .get(`/addr/mwJnEzXzKkveF2q5Af9jxi9j1zrtWAnPU8/utxo`)
|
||||
// .reply(200, mockData.mockUtxoDetails)
|
||||
}
|
||||
|
||||
// Call the details API.
|
||||
@@ -1142,12 +1134,6 @@ describe("#Insight Address", () => {
|
||||
.get(uri => uri.includes("/"))
|
||||
.times(2)
|
||||
.reply(200, mockData.mockTransactions)
|
||||
|
||||
//nock(`${process.env.BITCOINCOM_BASEURL}`)
|
||||
// .get(
|
||||
// `/txs/?address=bchtest:qzknfggae0av6yvxk77gmyq7syc67yux6sk80haqyr&pageNum=0`
|
||||
// )
|
||||
// .reply(200, mockData.mockTransactions)
|
||||
}
|
||||
|
||||
// Call the details API.
|
||||
|
||||
Reference in New Issue
Block a user