Skip to content

Commit

Permalink
Added Format for TEST-network
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Jan 18, 2016
1 parent eb03d48 commit 8cd955a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graphenebase/base58.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def __format__(self, _format) :
return _format.upper() + str(self)
elif _format.lower() == "muse" :
return _format.upper() + str(self)
elif _format.lower() == "test" :
return _format.upper() + str(self)
else :
raise Exception("Format %s unkown." % _format)

Expand Down

0 comments on commit 8cd955a

Please sign in to comment.