Skip to content

Commit

Permalink
fix(relayer): extra padding for contract messages, always pad non-con…
Browse files Browse the repository at this point in the history
…tracts (#18699)
  • Loading branch information
cyberhorsey authored Jan 3, 2025
1 parent 395ac5f commit a950b6c
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 @@ -446,6 +446,8 @@ func (p *Processor) sendProcessMessageCall(
}

if len(code) != 0 {
gasLimit = uint64(float64(gasLimit) * 1.1)
} else {
gasLimit = uint64(float64(gasLimit) * 1.05)
}

Expand Down

0 comments on commit a950b6c

Please sign in to comment.