BlockIo / block_io-php

PHP library for Block.io
MIT License
56 stars 139 forks source link

hex2bin(): Hexadecimal input string must have an even length #23

Closed kravchenkomaximus closed 6 years ago

kravchenkomaximus commented 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?

doersf commented 6 years ago

Can you specify the version of PHP you're using?

kravchenkomaximus commented 6 years ago

PHP Version 7.1.12

doersf commented 6 years ago

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.

kravchenkomaximus commented 6 years ago

k