This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Filter identifier are not quantities #2032
Labels
F2-bug 🐞
The client fails to follow expected behavior.
According to the json spec filter id's are encoded as quantities.
Quantities must be as compact as possible (apart from 0 which is 0x0).
Expected:
{"jsonrpc":"2.0","result":"0x0","id":1}
{"jsonrpc":"2.0","result":"0x1","id":1}
Got:
{"jsonrpc":"2.0","result":"0x00","id":1}
{"jsonrpc":"2.0","result":"0x01","id":1}
The text was updated successfully, but these errors were encountered: