1 week blocks showing

This commit is contained in:
shunmugam 2019-09-13 20:20:15 +05:30
parent ee3d9bbc47
commit 93b3eb6ab8

View File

@ -1203,7 +1203,7 @@ export class BlockchainBlockController {
var timeIntervalQry =
"timestamp at time zone '" +
process.env.TIME_ZONE +
"' > current_date - interval '1 day'";
"' > current_date - interval '1 week'";
}
const BlockQuery = await getConnection(Global.network)
.query(