1
0

simplification: hex encode master_public_key directly

This commit is contained in:
thomasv
2012-10-16 09:24:38 +02:00
parent 486ebf93e2
commit da4b974dfd
3 changed files with 8 additions and 9 deletions

View File

@@ -749,7 +749,7 @@ class MiniActuator:
return self.wallet.is_valid(address)
def acceptbit(self, currency):
master_pubkey = self.wallet.master_public_key.encode("hex")
master_pubkey = self.wallet.master_public_key
url = "http://acceptbit.com/mpk/%s/%s" % (master_pubkey, currency)
webbrowser.open(url)