get status

This commit is contained in:
Tiago vasconcelos
2022-04-29 11:39:27 +01:00
parent 96c7decae7
commit 2cd6626ca1
2 changed files with 21 additions and 18 deletions
+7 -7
View File
@@ -1,12 +1,12 @@
# flake8: noqa
from .void import VoidWallet
from .clightning import CLightningWallet
from .lntxbot import LntxbotWallet
from .opennode import OpenNodeWallet
from .lnpay import LNPayWallet
from .lnbits import LNbitsWallet
from .lndrest import LndRestWallet
from .spark import SparkWallet
from .eclair import EclairWallet
from .fake import FakeWallet
from .lnbits import LNbitsWallet
from .lndrest import LndRestWallet
from .lnpay import LNPayWallet
from .lntxbot import LntxbotWallet
from .opennode import OpenNodeWallet
from .spark import SparkWallet
from .void import VoidWallet