forked from LaconicNetwork/cosmos-explorer
reduce block size
This commit is contained in:
parent
d80919bc97
commit
8a2de4fd8a
@ -97,7 +97,7 @@ export default {
|
|||||||
this.blocks.push(res)
|
this.blocks.push(res)
|
||||||
const list = []
|
const list = []
|
||||||
const { height } = res.block.header
|
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)
|
list.push(height - i)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user