good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 4fb89ad7 authored by Giulio Rebuffo's avatar Giulio Rebuffo Committed by GitHub
Browse files

Update stage.go

parent 1eefb729
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ func PruneTable(tx kv.RwTx, table string, logPrefix string, pruneTo uint64, logE
return nil
}
func PruneTableMultiCursor(tx kv.RwTx, table string, logPrefix string, pruneTo uint64, logEvery *time.Ticker, ctx context.Context) error {
func PruneTableDupSort(tx kv.RwTx, table string, logPrefix string, pruneTo uint64, logEvery *time.Ticker, ctx context.Context) error {
c, err := tx.RwCursorDupSort(table)
if err != nil {
return fmt.Errorf("failed to create cursor for pruning %w", err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment