Commit 2f526c40 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #3939 from ethereum-optimism/sc/ctb-rm-comment-block

fix(ctb): remove old comment block
parents b41133e5 8c8a1c0a
...@@ -30,10 +30,6 @@ contract L1ERC721Bridge is ERC721Bridge, Semver { ...@@ -30,10 +30,6 @@ contract L1ERC721Bridge is ERC721Bridge, Semver {
ERC721Bridge(_messenger, _otherBridge) ERC721Bridge(_messenger, _otherBridge)
{} {}
/*************************
* Cross-chain Functions *
*************************/
/** /**
* @notice Completes an ERC721 bridge from the other domain and sends the ERC721 token to the * @notice Completes an ERC721 bridge from the other domain and sends the ERC721 token to the
* recipient on this domain. * recipient on this domain.
......
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