Skip to content

Commit 14004eb

Browse files
[String] use base58 by default in ByteString::fromRandom()
1 parent 5a3def0 commit 14004eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ByteString.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
class ByteString extends AbstractString
2727
{
28-
private const ALPHABET_ALPHANUMERIC = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';
28+
private const ALPHABET_ALPHANUMERIC = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz';
2929

3030
public function __construct(string $string = '')
3131
{

0 commit comments

Comments
 (0)