Browse Source

Merge branch 'master' of github.com:kyuupichan/electrumx

master
Neil Booth 8 years ago
parent
commit
9a00c9e164
  1. 2
      lib/coins.py

2
lib/coins.py

@ -588,7 +588,7 @@ class DashTestnet(Dash):
]
class Argentum(Coin):
class Argentum(CoinAuxPow):
NAME = "Argentum"
SHORTNAME = "ARG"
NET = "mainnet"

Loading…
Cancel
Save