Commit b0a9141e authored by Felipe Andrade's avatar Felipe Andrade

address mr rabbits concerns part ii

parent 89cb3e3b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment