Commit -fix graph not to show genesis block details

This commit is contained in:
shunmugam 2019-10-17 11:44:46 +05:30
parent 7a1adf66cc
commit fed7f361ca

View File

@ -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 +