mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-29 07:07: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 - does not translate EVM to TEVM
|
||||||
StorageModeTEVM = []byte("smTEVM")
|
StorageModeTEVM = []byte("smTEVM")
|
||||||
|
|
||||||
PruneTypeOlder = []byte("older")
|
PruneDistanceHistory = []byte("pruneHistory")
|
||||||
PruneTypeBefore = []byte("before")
|
PruneDistanceReceipts = []byte("pruneReceipts")
|
||||||
|
PruneDistanceTxIndex = []byte("pruneTxIndex")
|
||||||
PruneHistory = []byte("pruneHistory")
|
PruneDistanceCallTraces = []byte("pruneCallTraces")
|
||||||
PruneHistoryType = []byte("pruneHistoryType")
|
|
||||||
PruneReceipts = []byte("pruneReceipts")
|
|
||||||
PruneReceiptsType = []byte("pruneReceiptsType")
|
|
||||||
PruneTxIndex = []byte("pruneTxIndex")
|
|
||||||
PruneTxIndexType = []byte("pruneTxIndexType")
|
|
||||||
PruneCallTraces = []byte("pruneCallTraces")
|
|
||||||
PruneCallTracesType = []byte("pruneCallTracesType")
|
|
||||||
|
|
||||||
DBSchemaVersionKey = []byte("dbVersion")
|
DBSchemaVersionKey = []byte("dbVersion")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user