From 16ad74c683b6f7409501f52255e8011b816656e1 Mon Sep 17 00:00:00 2001 From: Giulio Date: Tue, 24 Dec 2024 23:21:52 +0100 Subject: [PATCH] save --- cmd/integration/commands/state_domains.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/integration/commands/state_domains.go b/cmd/integration/commands/state_domains.go index c26c1239650..ae9aebb443a 100644 --- a/cmd/integration/commands/state_domains.go +++ b/cmd/integration/commands/state_domains.go @@ -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 {