From 883e826aa4d26d96ec1c6c481e4ed9ff92ee3544 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Wed, 15 Jan 2020 15:20:38 +0000 Subject: [PATCH] Update __init__.py --- lnbits/wallets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnbits/wallets/__init__.py b/lnbits/wallets/__init__.py index dbe9b20b..6ae432a9 100644 --- a/lnbits/wallets/__init__.py +++ b/lnbits/wallets/__init__.py @@ -2,4 +2,4 @@ from .lnd import LndWallet from .lntxbot import LntxbotWallet -from .opennode import OpennodeWallet +from .opennode import OpenNodeWallet