Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
openzeppelin-contracts-upgradeable
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
openzeppelin-contracts-upgradeable
Commits
3935b907
Commit
3935b907
authored
Jul 13, 2021
by
Francisco Giordano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix NatSpec comment syntax
parent
4e2641a9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ERC2771Context.sol
contracts/metatx/ERC2771Context.sol
+1
-1
MinimalForwarder.sol
contracts/metatx/MinimalForwarder.sol
+1
-1
Context.sol
contracts/utils/Context.sol
+1
-1
No files found.
contracts/metatx/ERC2771Context.sol
View file @
3935b907
...
@@ -4,7 +4,7 @@ pragma solidity ^0.8.0;
...
@@ -4,7 +4,7 @@ pragma solidity ^0.8.0;
import "../utils/Context.sol";
import "../utils/Context.sol";
/*
/*
*
* @dev Context variant with ERC2771 support.
* @dev Context variant with ERC2771 support.
*/
*/
abstract contract ERC2771Context is Context {
abstract contract ERC2771Context is Context {
...
...
contracts/metatx/MinimalForwarder.sol
View file @
3935b907
...
@@ -5,7 +5,7 @@ pragma solidity ^0.8.0;
...
@@ -5,7 +5,7 @@ pragma solidity ^0.8.0;
import "../utils/cryptography/ECDSA.sol";
import "../utils/cryptography/ECDSA.sol";
import "../utils/cryptography/draft-EIP712.sol";
import "../utils/cryptography/draft-EIP712.sol";
/*
/*
*
* @dev Simple minimal forwarder to be used together with an ERC2771 compatible contract. See {ERC2771Context}.
* @dev Simple minimal forwarder to be used together with an ERC2771 compatible contract. See {ERC2771Context}.
*/
*/
contract MinimalForwarder is EIP712 {
contract MinimalForwarder is EIP712 {
...
...
contracts/utils/Context.sol
View file @
3935b907
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
pragma solidity ^0.8.0;
pragma solidity ^0.8.0;
/*
/*
*
* @dev Provides information about the current execution context, including the
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* via msg.sender and msg.data, they should not be accessed in such a direct
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment