Skip to content

Commit

Permalink
Update src/root/flowrate/RootERC20BridgeFlowRate.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Ermyas Abebe <[email protected]>
  • Loading branch information
proletesseract and ermyas authored Nov 17, 2023
1 parent 7e2232e commit 2faf0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root/flowrate/RootERC20BridgeFlowRate.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ contract RootERC20BridgeFlowRate is
);

__FlowRateWithdrawalQueue_init();

__ReentrancyGuard_init();
_grantRole(DEFAULT_ADMIN_ROLE, superAdmin);
_grantRole(RATE_CONTROL_ROLE, rateAdmin);
}
Expand Down

0 comments on commit 2faf0b9

Please sign in to comment.