mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
In the metrics query, the estimatedTimeToForgeL1 was probably not being read from the SQL query because it contained upper case letters, and in PostgreSQL when identifiers are not double quoted they are case insensitive: https://stackoverflow.com/a/20880247