mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +00:00
Remove (almost) unused TmpDirName (#677)
This commit is contained in:
parent
0eab2a3dd1
commit
5ec6f1359d
@ -33,8 +33,6 @@ import (
|
|||||||
"github.com/ledgerwatch/erigon-lib/kv"
|
"github.com/ledgerwatch/erigon-lib/kv"
|
||||||
)
|
)
|
||||||
|
|
||||||
const TmpDirName = "etl-temp"
|
|
||||||
|
|
||||||
type LoadNextFunc func(originalK, k, v []byte) error
|
type LoadNextFunc func(originalK, k, v []byte) error
|
||||||
type LoadFunc func(k, v []byte, table CurrentTableReader, next LoadNextFunc) error
|
type LoadFunc func(k, v []byte, table CurrentTableReader, next LoadNextFunc) error
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user