Commit 32f66df8 authored by clabby's avatar clabby

Update comment

parent 938707ea
...@@ -377,9 +377,12 @@ contract L2ERC721Bridge_Test is Messenger_Initializer { ...@@ -377,9 +377,12 @@ contract L2ERC721Bridge_Test is Messenger_Initializer {
} }
} }
/// @dev A non-compliant ERC721 token that does not implement the full ERC721 interface. /**
/// This is used to test that the bridge will revert if the token does not claim to support * @dev A non-compliant ERC721 token that does not implement the full ERC721 interface.
/// the ERC721 interface. *
* This is used to test that the bridge will revert if the token does not claim to support
* the ERC721 interface.
*/
contract NonCompliantERC721 { contract NonCompliantERC721 {
address internal immutable owner; address internal immutable owner;
......
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