mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
This commit is contained in:
parent
cbe25665db
commit
c97064173e
@ -228,6 +228,7 @@ func RemoveNonPreverifiedFiles(chainName, snapDir string) error {
|
||||
withoutExt := fname[0 : len(fname)-len(ext)]
|
||||
if _, ok := keep[withoutExt]; !ok {
|
||||
_ = os.Remove(f.Path)
|
||||
_ = os.Remove(f.Path + ".torrent")
|
||||
} else {
|
||||
if f.T == Transactions {
|
||||
idxPath := IdxFileName(f.From, f.To, Transactions2Block.String())
|
||||
|
Loading…
Reference in New Issue
Block a user