mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
parent
5e0a5f2428
commit
91c798b7c6
@ -9,8 +9,7 @@ import (
|
||||
)
|
||||
|
||||
// DBSchemaVersion
|
||||
// 2.0.0 - renamed all buckets for mdbx - to more readable names and CamelCase format. See: https://github.com/ledgerwatch/erigon/pull/1982
|
||||
var DBSchemaVersion = types.VersionReply{Major: 2, Minor: 0, Patch: 0}
|
||||
var DBSchemaVersion = types.VersionReply{Major: 1, Minor: 0, Patch: 0}
|
||||
|
||||
// Buckets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user