Browse Source

Merge pull request #159 from argentumproject/master

Argentum; support for AuxPow
master
Neil 8 years ago
committed by GitHub
parent
commit
e19c94fd32
  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