Add note on local changes

This commit is contained in:
Michał Sałaban 2018-07-03 14:43:11 +02:00
parent 241b1cb78f
commit e77f57ad11
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
# MoneroPy is released under the BSD 3-Clause license. Use and redistribution of
# this software is subject to the license terms in the LICENSE file found in the
# top-level directory of this distribution.
#
# Modified by emesik and rooterkyberian:
# + optimized
# + proper exceptions instead of returning errors as results
__alphabet = [ord(s) for s in '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz']
__b58base = 58