Skip to content

Commit

Permalink
fix: add witness cache table in erigon-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Staykov committed Nov 15, 2024
1 parent e01398a commit 40c661c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions erigon-lib/kv/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ const (
TableHashKey = "HermezSmtHashKey"
TablePoolLimbo = "PoolLimbo"
BATCH_ENDS = "batch_ends"
WITNESS_CACHE = "witness_cache"
//Diagnostics tables
DiagSystemInfo = "DiagSystemInfo"
DiagSyncStages = "DiagSyncStages"
Expand Down Expand Up @@ -791,6 +792,7 @@ var ChaindataTables = []string{
TableHashKey,
TablePoolLimbo,
BATCH_ENDS,
WITNESS_CACHE,
}

const (
Expand Down

0 comments on commit 40c661c

Please sign in to comment.