Skip to content

Commit

Permalink
Update Bridge.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Feb 22, 2024
1 parent 2ccf8bd commit e0e03e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/protocol/contracts/bridge/Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,6 @@ contract Bridge is EssentialContract, IBridge {
&& bytes4(message.data) != IMessageInvocable.onMessageInvocation.selector
&& message.to.isContract()
) {
// We do not mark the message as permanently failed as message.to may be a future
// contract.
revert B_INVALID_SELECTOR();
}

Expand Down

0 comments on commit e0e03e7

Please sign in to comment.