mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Add note on local changes
This commit is contained in:
parent
241b1cb78f
commit
e77f57ad11
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
# MoneroPy is released under the BSD 3-Clause license. Use and redistribution of
|
# 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
|
# this software is subject to the license terms in the LICENSE file found in the
|
||||||
# top-level directory of this distribution.
|
# 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']
|
__alphabet = [ord(s) for s in '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz']
|
||||||
__b58base = 58
|
__b58base = 58
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue