Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
script/checktrie: fix the import to
SQLDB
This is nothing special, it just allows the module to run without throwing an error. From ``` from lbry.wallet.server.db import SQLDB ``` To ``` from lbry.wallet.server.db.writer import SQLDB ```
- Loading branch information