mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-28 14:47:16 +00:00
revert 2421
This commit is contained in:
parent
312d43aa88
commit
1c9602c785
15
kv/tables.go
15
kv/tables.go
@ -280,17 +280,10 @@ var (
|
||||
//StorageModeTEVM - does not translate EVM to TEVM
|
||||
StorageModeTEVM = []byte("smTEVM")
|
||||
|
||||
PruneTypeOlder = []byte("older")
|
||||
PruneTypeBefore = []byte("before")
|
||||
|
||||
PruneHistory = []byte("pruneHistory")
|
||||
PruneHistoryType = []byte("pruneHistoryType")
|
||||
PruneReceipts = []byte("pruneReceipts")
|
||||
PruneReceiptsType = []byte("pruneReceiptsType")
|
||||
PruneTxIndex = []byte("pruneTxIndex")
|
||||
PruneTxIndexType = []byte("pruneTxIndexType")
|
||||
PruneCallTraces = []byte("pruneCallTraces")
|
||||
PruneCallTracesType = []byte("pruneCallTracesType")
|
||||
PruneDistanceHistory = []byte("pruneHistory")
|
||||
PruneDistanceReceipts = []byte("pruneReceipts")
|
||||
PruneDistanceTxIndex = []byte("pruneTxIndex")
|
||||
PruneDistanceCallTraces = []byte("pruneCallTraces")
|
||||
|
||||
DBSchemaVersionKey = []byte("dbVersion")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user