Bit-Wasp/bitcoin-lib-php

invalid reference dhash_string

Closed this issue · 2 comments

Fatal error: Call to undefined method BitWasp\BitcoinLib\BitcoinLib::dhash_string() in bitwasp/bitcoin-lib/src/BitcoinLib.php on line 372

What is this supposed to be?

Meant to be hash256(), but you can remove this function in favor of validate_address down below, which uses the correct method.

I've removed this in 25198bb#L351