Skip to content

Commit f057e44

Browse files
author
Micah Riggan
committed
Removing comment
1 parent a8d1cfb commit f057e44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/bitcore-node/test/benchmark/wallet-benchmark.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Wallet } from 'bitcore-client';
33
import { Storage } from '../../src/services/storage';
44

55
async function getAllAddressesFromBlocks(start, end) {
6-
// should fetch 1248170 addresses
76
if (!Storage.connected) await Storage.start({});
87
const addresses = await CoinModel.collection
98
.find({ chain:'BTC', network: 'mainnet', mintHeight: { $gte: start, $lte: end } })

0 commit comments

Comments
 (0)