We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73baf0b commit 3f23822Copy full SHA for 3f23822
contracts/GSN/Context.sol
@@ -10,11 +10,7 @@ pragma solidity ^0.6.0;
10
*
11
* This contract is only required for intermediate, library-like contracts.
12
*/
13
-contract Context {
14
- // Empty internal constructor, to prevent people from mistakenly deploying
15
- // an instance of this contract, which should be used via inheritance.
16
- constructor () internal { }
17
-
+abstract contract Context {
18
function _msgSender() internal view virtual returns (address payable) {
19
return msg.sender;
20
}
0 commit comments