Skip to content

Commit

Permalink
Namecoin: Rebrand util.Satoshis
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Jan 24, 2019
1 parent 4f425b5 commit 0dc2d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum_nmc/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def __repr__(self):
return 'Satoshis(%d)'%self.value

def __str__(self):
return format_satoshis(self.value) + " BTC"
return format_satoshis(self.value) + " NMC"

def __eq__(self, other):
return self.value == other.value
Expand Down

0 comments on commit 0dc2d0c

Please sign in to comment.