mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
Update class-monero-base58.php
This commit is contained in:
parent
fea43715ea
commit
a29b4d00b6
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
|||
* $decoded = $base58->decode('479cG5opa54beQWSyqNoWw5tna9sHUNmMTtiFqLPaUhDevpJ2YLwXAggSx5ePdeFrYF8cdbmVRSmp1Kn3t4Y9kFu7rZ7pFw');
|
||||
*
|
||||
*/
|
||||
use Exception;
|
||||
class Monero_base58
|
||||
{
|
||||
static $alphabet = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz';
|
||||
|
|
Loading…
Reference in a new issue