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 '" +
|
||||
process.env.TIME_ZONE +
|
||||
"')) as date, count(DISTINCT hash) as blocks \
|
||||
from blockchain_block where " +
|
||||
from blockchain_block where height > 0 and " +
|
||||
timeIntervalQry +
|
||||
"group by DATE_TRUNC('day', timestamp at time zone '" +
|
||||
process.env.TIME_ZONE +
|
||||
|
Loading…
Reference in New Issue
Block a user