mirror of
https://github.com/logos-storage/nim-serde.git
synced 2026-05-18 17:29:31 +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).