Skip to content

Commit

Permalink
Changed MPEX domain to new mpex.co domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
Azelphur committed Dec 16, 2012
1 parent 6b10399 commit b3db9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpex.py
Expand Up @@ -8,7 +8,7 @@
class MPEx:
def __init__(self):
self.gpg = gnupg.GPG()
self.mpex_url = 'http://polimedia.us/bitcoin/mpex.php'
self.mpex_url = 'http://mpex.co'
self.mpex_fingerprint = 'F1B69921'
self.passphrase = None

Expand Down

0 comments on commit b3db9ed

Please sign in to comment.