PART -> XMR tests pass.

This commit is contained in:
tecnovert
2020-11-27 19:52:26 +02:00
parent 0e2011e085
commit bc60527940
11 changed files with 566 additions and 139 deletions

View File

@@ -16,7 +16,7 @@ class Coins(IntEnum):
PART = 1
BTC = 2
LTC = 3
#DCR = 4
# DCR = 4
NMC = 5
XMR = 6
@@ -190,6 +190,6 @@ chainparams = {
}
}
class CoinInterface:
pass