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.
2 parents 9ff32b8 + adbf663 commit 6ad6f52Copy full SHA for 6ad6f52
src/RNSDomainPrice.sol
@@ -67,7 +67,7 @@ contract RNSDomainPrice is Initializable, AccessControlEnumerable, INSDomainPric
67
bytes32 pythIdForRONUSD
68
) external initializer {
69
uint256 length = operators.length;
70
- bytes32 operatorRole;
+ bytes32 operatorRole = OPERATOR_ROLE;
71
72
for (uint256 i; i < length;) {
73
_setupRole(operatorRole, operators[i]);
0 commit comments