This commit is contained in:
Simon Lindh 2020-07-22 14:00:39 +07:00
parent 58f92bb1de
commit e8c21da345
2 changed files with 1 additions and 4 deletions

View File

@ -11,7 +11,7 @@ Place a mempool.space mempool dump into /db named mempool.json
## Run
```bash
ts-node src/index.js
ts-node src/index.ts
```
## Commands

View File

@ -121,9 +121,6 @@ class MockGenerator {
};
console.log('Creating block #' + template.height, template.id);
this.blocks.push(template);
if (this.blocks.length > 16) {
this.blocks.pop();
}
newBlockTransactions.forEach((tx) => {
tx.status = {