mirror of
https://github.com/logos-storage/nim-serde.git
synced 2026-01-02 21:53:07 +00:00
fix: UInt256 not correctly deserialzing from string UInt256 was being deserialized as an object when being deserialized from a string (not a JString).