diff --git a/pool/pool.go b/pool/pool.go index 640f1bde41..32b44b77c7 100644 --- a/pool/pool.go +++ b/pool/pool.go @@ -175,7 +175,7 @@ func (p *Pool) StoreTx(ctx context.Context, tx types.Transaction, ip string, isW // Do not add tx to the pool return err } else if err != nil { - log.Errorf("PreExecuteTx error: %v", err) + log.Errorf("Pre execution error: %v", err) return err }