From ca1a774949f506668cc930fceaed17f086aedd11 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Sat, 18 Jan 2020 10:24:49 +0000 Subject: [PATCH] Update __init__.py --- lnbits/wallets/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lnbits/wallets/__init__.py b/lnbits/wallets/__init__.py index 6ae432a91..7f57ae2bf 100644 --- a/lnbits/wallets/__init__.py +++ b/lnbits/wallets/__init__.py @@ -3,3 +3,4 @@ from .lnd import LndWallet from .lntxbot import LntxbotWallet from .opennode import OpenNodeWallet +from .lnpay import LNPayWallet