mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
base58.py typo fixes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
'''Base58 encoding
|
||||
|
||||
Implementations of Base58 and Base58Check endcodings that are compatible
|
||||
Implementations of Base58 and Base58Check encodings that are compatible
|
||||
with the XRP Ledger.
|
||||
'''
|
||||
|
||||
# This This code is adapted from the module by David Keijser at
|
||||
# This code is adapted from the module by David Keijser at
|
||||
# <https://github.com/keis/base58>. - rome@ripple.com
|
||||
# His notes are preserved below:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user