Fixes
This commit is contained in:
parent
58f92bb1de
commit
e8c21da345
@ -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
|
||||
|
||||
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user