Skip to content

Commit 6ad6f52

Browse files
authored
chore: pull lasest features from 'release-testnet/v0.2.0' into feature/auction (#55)
2 parents 9ff32b8 + adbf663 commit 6ad6f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RNSDomainPrice.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ contract RNSDomainPrice is Initializable, AccessControlEnumerable, INSDomainPric
6767
bytes32 pythIdForRONUSD
6868
) external initializer {
6969
uint256 length = operators.length;
70-
bytes32 operatorRole;
70+
bytes32 operatorRole = OPERATOR_ROLE;
7171

7272
for (uint256 i; i < length;) {
7373
_setupRole(operatorRole, operators[i]);

0 commit comments

Comments
 (0)