mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-06 19:06:42 +01:00
Previously the code was only querying the unforged L1UserTxs of a particular queue, but this was incorrect because there are always two non-forged queues: the frozen one and the open one. Replace it by a query to all the unforged L1UserTxs via a new HistoryDB method.