From 929617273d25bec9e23dd6b05955367bb2c15e4f Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Mon, 30 Nov 2020 15:00:15 -0500 Subject: [PATCH] resync blockchain.db --- lbry/wallet/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/wallet/database.py b/lbry/wallet/database.py index 0534f5e57..42fc1a70f 100644 --- a/lbry/wallet/database.py +++ b/lbry/wallet/database.py @@ -574,7 +574,7 @@ def get_and_reserve_spendable_utxos(transaction: sqlite3.Connection, accounts: L class Database(SQLiteMixin): - SCHEMA_VERSION = "1.3" + SCHEMA_VERSION = "1.4" PRAGMAS = """ pragma journal_mode=WAL;