mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-13 08:04:53 +00:00
7 lines
176 B
Go
7 lines
176 B
Go
package storage
|
|
|
|
// "purity" is the first formal schema of LevelDB we release together with Swarm 0.3.5
|
|
const DbSchemaPurity = "purity"
|
|
|
|
const CurrentDbSchema = DbSchemaPurity
|