Skip to content

[+] Fixed a bug related to the fact that if the argument was not a string,...

alexey.stratulat requested to merge bugs-5992 into master

[+] Fixed a bug related to the fact that if the argument was not a string, then an exception was not thrown, and if the hash was passed in the wrong format, then an empty object of the ChainHashFast type was returned and its further use could lead to a sigmatization error. Now, if the fromString function does not accept a string, then an exception is set, and if a string is received but of the wrong format, an object of type None will be returned.

Merge request reports