Skip to content

Commit

Permalink
Update packages/protocol/contracts/bridge/Bridge.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Apr 5, 2024
1 parent b58f76a commit d8e6be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/bridge/Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ contract Bridge is EssentialContract, IBridge {
}

// We check _message.gasLimit > gasleft() to make sure we not only need to bridge invocation
// call to succeeed, we also need it to succeed with a gas limit no smaller than the
// call to succeed, we also need it to succeed with a gas limit no smaller than the
// message's gasLimit.
// Also if caller is not the destOwner, we need to be sure there is enough gas for rest of
// the code to finish execution.
Expand Down

0 comments on commit d8e6be5

Please sign in to comment.