aeternity / ae_mdw

Aeternity Middleware in Elixir
26 stars 11 forks source link

Query response decode bug #1931

Closed janmichek closed 1 month ago

janmichek commented 2 months ago

I decode Query and Response with the same algorithm. Query is obviously decoded, but Response is obviously wrong. Is there difference between encoding Query and Response?

image