diff --git a/scripts/checktrie.py b/scripts/checktrie.py index 4fa4743c0e..98770963a9 100644 --- a/scripts/checktrie.py +++ b/scripts/checktrie.py @@ -2,7 +2,7 @@ import asyncio from binascii import hexlify -from lbry.wallet.server.db import SQLDB +from lbry.wallet.server.db.writer import SQLDB from lbry.wallet.server.coin import LBC from lbry.wallet.server.daemon import Daemon