Skip to content

Commit

Permalink
Update and rename b58.py to bs58.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pymmdrza authored Sep 12, 2023
1 parent 7400072 commit 10a7649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptofuzz/b58.py → cryptofuzz/bs58.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ def b58decode_check(
if check != digest[:4]:
raise ValueError("Invalid checksum")

return result
return result

0 comments on commit 10a7649

Please sign in to comment.