Skip to content

Commit

Permalink
Fix base58 nagging
Browse files Browse the repository at this point in the history
  • Loading branch information
keis committed Dec 28, 2018
1 parent 6616a18 commit 40aa9c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base58.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def b58encode_int(i, default_one=True):

def b58encode(v):
'''Encode a string using Base58'''

v = scrub_input(v)

nPad = len(v)
Expand Down

0 comments on commit 40aa9c8

Please sign in to comment.