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 28dfafc commit 5a98ab6Copy full SHA for 5a98ab6
contracts/SBTToken.sol
@@ -21,7 +21,7 @@ contract SBTToken is ISBTToken, ERC721EnumerableUpgradeable {
21
mapping(uint256 => bytes) private _sbtdata;
22
23
modifier onlyMinter() {
24
- require( _minters[_msgSender()], "Illegal access");
+ require(_minters[_msgSender()], "Illegal access");
25
_;
26
}
27
0 commit comments