revert 2421

This commit is contained in:
Alex Sharov 2021-09-20 10:41:02 +07:00 committed by GitHub
parent 312d43aa88
commit 1c9602c785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")