1 week blocks showing
This commit is contained in:
parent
ee3d9bbc47
commit
93b3eb6ab8
@ -1203,7 +1203,7 @@ export class BlockchainBlockController {
|
|||||||
var timeIntervalQry =
|
var timeIntervalQry =
|
||||||
"timestamp at time zone '" +
|
"timestamp at time zone '" +
|
||||||
process.env.TIME_ZONE +
|
process.env.TIME_ZONE +
|
||||||
"' > current_date - interval '1 day'";
|
"' > current_date - interval '1 week'";
|
||||||
}
|
}
|
||||||
const BlockQuery = await getConnection(Global.network)
|
const BlockQuery = await getConnection(Global.network)
|
||||||
.query(
|
.query(
|
||||||
|
Loading…
Reference in New Issue
Block a user