Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Dec 24, 2024
1 parent 1a16851 commit 16ad74c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/integration/commands/state_domains.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ func makePurifiableIndexDB(db kv.RwDB, dirs datadir.Dirs, logger log.Logger, dom
if err := collector.Load(tx, tbl, etl.IdentityLoadFunc, etl.TransformArgs{}); err != nil {
return fmt.Errorf("failed to load: %w", err)
}
return nil

return tx.Commit()
}

func copyFile(src, dst string) error {
Expand Down

0 comments on commit 16ad74c

Please sign in to comment.