Skip to content

Commit

Permalink
err
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Mar 28, 2023
1 parent 5803519 commit 8f8804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/message/process_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (p *Processor) sendProcessMessageCall(

gasPrice, err := p.destEthClient.SuggestGasPrice(context.Background())
if err != nil {
log.Fatal(err)
return nil, errors.Wrap(err, "p.destBridge.SuggestGasPrice")
}

gasPrice = gasPrice.Mul(gasPrice, big.NewInt(2))
Expand Down

0 comments on commit 8f8804f

Please sign in to comment.