Commit -fix graph not to show genesis block details
This commit is contained in:
parent
7a1adf66cc
commit
fed7f361ca
@ -1213,7 +1213,7 @@ export class BlockchainBlockController {
|
|||||||
max(total_difficulty_randomx) as total_difficulty_randomx, date(DATE_TRUNC('day', timestamp at time zone '" +
|
max(total_difficulty_randomx) as total_difficulty_randomx, date(DATE_TRUNC('day', timestamp at time zone '" +
|
||||||
process.env.TIME_ZONE +
|
process.env.TIME_ZONE +
|
||||||
"')) as date, count(DISTINCT hash) as blocks \
|
"')) as date, count(DISTINCT hash) as blocks \
|
||||||
from blockchain_block where " +
|
from blockchain_block where height > 0 and " +
|
||||||
timeIntervalQry +
|
timeIntervalQry +
|
||||||
"group by DATE_TRUNC('day', timestamp at time zone '" +
|
"group by DATE_TRUNC('day', timestamp at time zone '" +
|
||||||
process.env.TIME_ZONE +
|
process.env.TIME_ZONE +
|
||||||
|
Loading…
Reference in New Issue
Block a user