Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Sep 19, 2023
1 parent c3895d7 commit a9baf36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/relayer/processor/process_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ func (p *Processor) sendProcessMessageCall(
if err != nil {
return nil, errors.Wrap(err, "p.hardcodeGasLimit")
}
} else {
auth.GasLimit = gas
}
}

Expand Down

0 comments on commit a9baf36

Please sign in to comment.