Skip to content

Commit

Permalink
fix: fic return
Browse files Browse the repository at this point in the history
  • Loading branch information
dawksh committed May 29, 2022
1 parent d9ae88e commit 87ffb3d
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 66 deletions.
2 changes: 1 addition & 1 deletion contracts/Metapass.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ contract Metapass is ERC721URIStorage, Ownable, BaseRelayRecipient {
override(Context, BaseRelayRecipient)
returns (address sender)
{
sender = BaseRelayRecipient._msgSender();
return BaseRelayRecipient._msgSender();
}

function _msgData()
Expand Down
Loading

0 comments on commit 87ffb3d

Please sign in to comment.