Skip to content

Fix tokens in mempool being badly typed

Pierrick Couderc requested to merge fix-mempool-mezos into master

In operation_functions.sql, the mempool transactions were returning token as a bool and token_kind as a token_kind, while the expected result was simply token as a token_kind.

Merge request reports