diff --git a/src/views/Blocks.vue b/src/views/Blocks.vue index 07232369..07db1106 100644 --- a/src/views/Blocks.vue +++ b/src/views/Blocks.vue @@ -191,7 +191,7 @@ export default { tx.setHash(txs[i]) if (direction === 'head') { this.txs.unshift(tx) - if (this.txs.length > 100) { + if (this.txs.length > 200) { this.txs.pop() } } else if (this.txs.length < 100) {