reduce block size

This commit is contained in:
liangping 2022-05-12 10:02:44 +08:00
parent d80919bc97
commit 8a2de4fd8a

View File

@ -97,7 +97,7 @@ export default {
this.blocks.push(res)
const list = []
const { height } = res.block.header
for (let i = 1; i < 20; i += 1) {
for (let i = 1; i < 10; i += 1) {
list.push(height - i)
}