From ab7b570df0109c56b0012073f99b69b848b46311 Mon Sep 17 00:00:00 2001 From: Felipe Andrade Date: Tue, 12 Dec 2023 17:33:35 -0800 Subject: [PATCH] address mr rabbits concerns part ii --- op-ufm/op-ufm/pkg/provider/roundtrip.go | 7 ------- 1 file changed, 7 deletions(-) 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)