Closed kravchenkomaximus closed 6 years ago
I'm using lib/block_io.php and catch exception "hex2bin(): Hexadecimal input string must have an even length" during $block_io->withdraw_from_labels
Exception point: $hashed = hash('sha256', hex2bin($pp)); In method: fromPassphrase($pp)
What I have to do?
Can you specify the version of PHP you're using?
PHP Version 7.1.12
This most likely has to do with specifics of your parameters. I see you've opened a support ticket for this; we'll handle it there.
k
I'm using lib/block_io.php and catch exception "hex2bin(): Hexadecimal input string must have an even length" during $block_io->withdraw_from_labels
Exception point: $hashed = hash('sha256', hex2bin($pp)); In method: fromPassphrase($pp)
What I have to do?