Debug mode is disabled by default.
This commit is contained in:
tecnovert
2020-11-15 19:02:46 +02:00
parent 009729aa96
commit 18a5322f10
14 changed files with 503 additions and 91 deletions

View File

@@ -6,7 +6,9 @@
# file LICENSE or http://www.opensource.org/licenses/mit-license.php.
from .interface_btc import BTCInterface
from .chainparams import Coins
class NMCInterface(BTCInterface):
pass
@staticmethod
def coin_type():
return Coins.NMC