BitcoinPHP / BitcoinECDSA.php

PHP library to generate BTC addresses and signatures from private keys.
223 stars 106 forks source link

Undefined function 'BitcoinPHP\BitcoinECDSA\getWif'. #42

Closed tzak902 closed 3 years ago

tzak902 commented 4 years ago

hi, line code 912 shows getwif as undefined function

public function getUncompressedWif() { return getWif(false); }

rgex commented 4 years ago

Defined here: https://github.com/BitcoinPHP/BitcoinECDSA.php/blob/5bac52ec7f27b528da349f4087dd6bd37637d17c/src/BitcoinPHP/BitcoinECDSA/BitcoinECDSA.php#L883

rgex commented 3 years ago

It was fixed in the latest release