Skip to content

Ignore `mint_burn` events and transfers with `null` amounts

Huginn Raven requested to merge huginn/fix-events into develop

mint_burn: we are ignoring coinbase and burn events, and this seems to be just a more structured version of those.

transfer: we need to figure why these null amounts happen. Removing the error message to reduce the output spam.

Merge request reports