Closed leonardocustodio closed 2 years ago
There is an error when trying to encode an Option.
We get an exception because we can't use an object in the empty() check. So we get an exception that GMP cannot be converted to bool.
Here is the fix: https://github.com/gmajor-encrypt/php-scale-codec/pull/7
great, thank you
There is an error when trying to encode an Option.
We get an exception because we can't use an object in the empty() check. So we get an exception that GMP cannot be converted to bool.
Here is the fix: https://github.com/gmajor-encrypt/php-scale-codec/pull/7