diff --git a/lbry/lbry/wallet/manager.py b/lbry/lbry/wallet/manager.py index 51831fb22..f67e245d4 100644 --- a/lbry/lbry/wallet/manager.py +++ b/lbry/lbry/wallet/manager.py @@ -13,7 +13,7 @@ from lbry.wallet.account import BaseAccount from lbry.wallet.transaction import Transaction from lbry.wallet.database import WalletDatabase from lbry.wallet.dewies import dewies_to_lbc -from lbrynet.conf import Config +from lbry.conf import Config log = logging.getLogger(__name__)