Document future API changes

This commit is contained in:
Rod Vagg
2024-03-22 07:00:28 +01:00
committed by Phi-rjan
parent eff2762348
commit 966af80dc2
2 changed files with 5 additions and 3 deletions
-3
View File
@@ -2,7 +2,6 @@ package modules
import (
"context"
"fmt"
"path/filepath"
"time"
@@ -141,8 +140,6 @@ func EventFilterManager(cfg config.FevmConfig) func(helpers.MetricsCtx, repo.Loc
return idAddr, true
}
fmt.Println("")
return *actor.Address, true
},