Skip to content

Commit

Permalink
Merge pull request #59 from alloyxrp/master
Browse files Browse the repository at this point in the history
New alias for XRP alphabet
  • Loading branch information
keis authored Aug 31, 2020
2 parents edcea28 + 4cc1736 commit a2dffef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base58/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
BITCOIN_ALPHABET = \
b'123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'
RIPPLE_ALPHABET = b'rpshnaf39wBUDNEGHJKLM4PQRST7VWXYZ2bcdeCg65jkm8oFqi1tuvAxyz'
XRP_ALPHABET = RIPPLE_ALPHABET

# Retro compatibility
alphabet = BITCOIN_ALPHABET
Expand Down

0 comments on commit a2dffef

Please sign in to comment.