address mr rabbits concerns part ii
This commit is contained in:
parent
80ba367c85
commit
ab7b570df0
@ -65,13 +65,6 @@ func (p *Provider) RoundTrip(ctx context.Context) {
|
|||||||
"err", err)
|
"err", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if from == nil {
|
|
||||||
log.Error("from address cannot be nil",
|
|
||||||
"provider", p.name,
|
|
||||||
"nonce", nonce,
|
|
||||||
"err", err)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
nonce = tx.Nonce()
|
nonce = tx.Nonce()
|
||||||
|
|
||||||
signedTx, err := p.sign(ctx, from, tx)
|
signedTx, err := p.sign(ctx, from, tx)
|
||||||
|
Loading…
Reference in New Issue
Block a user