Skip to content

Commit

Permalink
Fixed getUncompressedWif()
Browse files Browse the repository at this point in the history
  • Loading branch information
rgex authored Feb 2, 2021
1 parent f6a0b98 commit a4d99b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BitcoinPHP/BitcoinECDSA/BitcoinECDSA.php
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ public function getWif($compressed = true)
*/
public function getUncompressedWif()
{
return getWif(false);
return $this->getWif(false);
}

/***
Expand Down

0 comments on commit a4d99b9

Please # to comment.