diff --git a/scripts/checktrie.py b/scripts/checktrie.py index 4fa4743c0..98770963a 100644 --- a/scripts/checktrie.py +++ b/scripts/checktrie.py @@ -2,7 +2,7 @@ import sys 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