Index: tumble/process.go |
diff --git a/tumble/process.go b/tumble/process.go |
index 709afda7435325e3e0d3ab14a671a8b591d85ed5..8d08f28095ea6fd9058797ab959b606deedcf13d 100644 |
--- a/tumble/process.go |
+++ b/tumble/process.go |
@@ -357,7 +357,7 @@ func processRoot(c context.Context, cfg *Config, root *ds.Key, banSet stringset. |
m := iterMuts[i] |
logging.Fields{"m": m}.Infof(c, "running RollForward") |
- shards, newMuts, newMutKeys, err := enterTransactionInternal(c, cfg, overrideRoot{m, root}, uint64(i)) |
+ shards, newMuts, newMutKeys, err := enterTransactionMutation(c, cfg, overrideRoot{m, root}, uint64(i)) |
if err != nil { |
l.Errorf("Executing decoded gob(%T) failed: %q: %+v", m, err, m) |
continue |