fix comment in b58.py

This commit is contained in:
2022-10-23 04:43:56 -06:00
parent 3e86f27063
commit ebf82a091c
+2 -1
View File
@@ -3,7 +3,8 @@
''' '''
generate base58 tests generate base58 tests
really checking to see if my code matches the base58 package really checking to see if my code matches the python base58 package which has
159 stars on github
''' '''
import base58 as b import base58 as b