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
2836b066
Commit
2836b066
authored
Aug 22, 2019
by
Ross Campbell
Committed by
Nicolás Venturo
Aug 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Context.sol (#1892)
Fix typos in instructions
parent
d8a25d17
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Context.sol
contracts/GSN/Context.sol
+2
-2
No files found.
contracts/GSN/Context.sol
View file @
2836b066
...
@@ -3,7 +3,7 @@ pragma solidity ^0.5.0;
...
@@ -3,7 +3,7 @@ pragma solidity ^0.5.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
not
should not be accessed in such a direct
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with GSN meta-transactions the account sending and
* manner, since when dealing with GSN meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* paying for execution may not be the actual sender (as far as an application
* is concerned).
* is concerned).
...
@@ -12,7 +12,7 @@ pragma solidity ^0.5.0;
...
@@ -12,7 +12,7 @@ pragma solidity ^0.5.0;
*/
*/
contract Context {
contract Context {
// Empty internal constructor, to prevent people from mistakenly deploying
// Empty internal constructor, to prevent people from mistakenly deploying
// an instance of this contract, w
it
h should be used via inheritance.
// an instance of this contract, w
hic
h should be used via inheritance.
constructor () internal { }
constructor () internal { }
// solhint-disable-previous-line no-empty-blocks
// solhint-disable-previous-line no-empty-blocks
...
...
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