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 7a402ab commit 11f8160Copy full SHA for 11f8160
contracts/feature/Permissions.sol
@@ -67,7 +67,7 @@ contract Permissions is IPermissions {
67
revert(
68
string(
69
abi.encodePacked(
70
- "AccessControl: account ",
+ "Permissions: account ",
71
Strings.toHexString(uint160(account), 20),
72
" is missing role ",
73
Strings.toHexString(uint256(role), 32)
@@ -82,7 +82,7 @@ contract Permissions is IPermissions {
82
83
84
85
86
87
88
0 commit comments