BitcoinCore/GrdbStorage.swift:660: Fatal error: 'try!' expression unexpectedly raised an error: SQLite error 19: UNIQUE constraint failed: blocks.headerHash - while executing INSERT INTO "blocks" ("version", "previousBlockHash", "merkleRoot", "timestamp", "bits", "nonce", "headerHash", "height", "stale", "hasTransactions", "partial") VALUES (?,?,?,?,?,?,?,?,?,?,?)
GRDB.swift/GRDB/Core/SerializedDatabase.swift:132: Fatal error: Database methods are not reentrant.
BitcoinCore/GrdbStorage.swift:660: Fatal error: 'try!' expression unexpectedly raised an error: SQLite error 19: UNIQUE constraint failed: blocks.headerHash - while executing
INSERT INTO "blocks" ("version", "previousBlockHash", "merkleRoot", "timestamp", "bits", "nonce", "headerHash", "height", "stale", "hasTransactions", "partial") VALUES (?,?,?,?,?,?,?,?,?,?,?)GRDB.swift/GRDB/Core/SerializedDatabase.swift:132: Fatal error: Database methods are not reentrant.