Skip to content

Commit

Permalink
add comment and remove extra gas
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lam committed Sep 26, 2023
1 parent 194333e commit b4467e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions messages/teleporter/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type TeleporterMessageReceipt struct {

// ReceiveCrossChainMessageInput is the input to receiveCrossChainMessage call
// in the contract deployed on the destination chain
// - index: specifies the warp message in the transaction's storage slots.
type ReceiveCrossChainMessageInput struct {
RelayerRewardAddress common.Address `json:"relayerRewardAddress"`
Index uint32 `json:"index"`
Expand Down
2 changes: 1 addition & 1 deletion messages/teleporter/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
receiveMessageGasLimitBufferAmount = 100_000_0
receiveMessageGasLimitBufferAmount = 100_000
)

var (
Expand Down

0 comments on commit b4467e8

Please sign in to comment.