Commit d7cf50c2 authored by Mark Tyneway's avatar Mark Tyneway

ctb: fix typo

parent d9f10414
......@@ -13,7 +13,7 @@ abstract contract ERC721Bridge is Initializable {
CrossDomainMessenger internal _MESSENGER;
/// @notice Address of the bridge on the other network.
address internal _OTHER_BRIDGE;
address internal immutable _OTHER_BRIDGE;
/// @notice Reserve extra slots (to a total of 50) in the storage layout for future upgrades.
uint256[48] private __gap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment