Skip to content

[bugfix] blank errata transaction

Son of Odin requested to merge blank-errata-event into develop

testnet saw a divergence in the pool depths after thornode emitted an empty errata event.

Here is the transaction that had an errata https://ropsten.etherscan.io/tx/0x5ba29a54b187e8f99b0d496f2a522adf9e4ca09afb7568ea4625159e88280068

It's memo was =:THOR.RUNE:tthor1wdn37k94kdynev0dn6fknus46nw0vh8r6wzyy8

Because the asset in the memo is rune, the errata handler didn't GetPool the correct pool (as rune is not a pool). This caused the returned pool to be empty, and therefore emit an empty errata event.

Merge request reports