diff --git a/op-ufm/op-ufm/pkg/provider/roundtrip.go b/op-ufm/op-ufm/pkg/provider/roundtrip.go index 4dbb6e4..24e6919 100644 --- a/op-ufm/op-ufm/pkg/provider/roundtrip.go +++ b/op-ufm/op-ufm/pkg/provider/roundtrip.go @@ -65,13 +65,6 @@ func (p *Provider) RoundTrip(ctx context.Context) { "err", err) return } - if from == nil { - log.Error("from address cannot be nil", - "provider", p.name, - "nonce", nonce, - "err", err) - return - } nonce = tx.Nonce() signedTx, err := p.sign(ctx, from, tx)