From d8e6be5dae70adda4cb3f554ccc0971072526291 Mon Sep 17 00:00:00 2001 From: Daniel Wang <99078276+dantaik@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:43:07 +0800 Subject: [PATCH] Update packages/protocol/contracts/bridge/Bridge.sol --- packages/protocol/contracts/bridge/Bridge.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol/contracts/bridge/Bridge.sol b/packages/protocol/contracts/bridge/Bridge.sol index 574cc7c06e2..4e220acf89e 100644 --- a/packages/protocol/contracts/bridge/Bridge.sol +++ b/packages/protocol/contracts/bridge/Bridge.sol @@ -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.