resync blockchain.db

This commit is contained in:
Jack Robison 2020-11-30 15:00:15 -05:00
parent 2717bf7d49
commit 929617273d
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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;