Do not upgrade db_version on metadata reading failure. (#11081)

This commit is contained in:
cheme
2022-03-22 10:53:49 +01:00
committed by GitHub
parent 330acd47e6
commit 61f1b2e6ab
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ sc-state-db = { version = "0.10.0-dev", path = "../state-db" }
sp-trie = { version = "6.0.0", path = "../../primitives/trie" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-database = { version = "4.0.0-dev", path = "../../primitives/database" }
parity-db = { version = "0.3.8", optional = true }
parity-db = { version = "0.3.9", optional = true }
[dev-dependencies]
sp-tracing = { version = "5.0.0", path = "../../primitives/tracing" }