Tags: nimiq/php-xpub
Tags
Fix parsing packed strings to decimal number The method always used the 'C' format, which only parses the first byte of the string. But for the child index field, we need to parse a uint32 of four bytes. This failure lead to an incorrect output of the child index number in stringified xpubs. Fixes #4.