mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-04 06:33:10 +00:00
* fix enum parsing, work around potential `nil` dereference When the bizarre error handling in the http client fails, it may happen that a nil is returned (maybe due to Nim bugs) - do it manually for now