mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-06 19:06:42 +01:00
Fixes the case where there is a PoolTxs of type Exit with fee 0 for a TokenID. Before this commit the Coordinator was not sending the accumulated fee (which has value 0) to the Coordinator account for that TokenID, with this commit the Coordinator always sends the accumulated fee even when the value is 0 to match the hermez circom circuits behaviour. Also added a test to check the values and that also sends the proof to a real proof server to check that can generate a valid proof.