mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Fix contract_count not inserted in db
This commit is contained in:
12
basicswap/interface_nmc.py
Normal file
12
basicswap/interface_nmc.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright (c) 2020 tecnovert
|
||||
# Distributed under the MIT software license, see the accompanying
|
||||
# file LICENSE or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
from .interface_btc import BTCInterface
|
||||
|
||||
|
||||
class NMCInterface(BTCInterface):
|
||||
pass
|
||||
Reference in New Issue
Block a user