diff --git a/src/root/flowrate/RootERC20BridgeFlowRate.sol b/src/root/flowrate/RootERC20BridgeFlowRate.sol index 4775f305..c9d5b63a 100644 --- a/src/root/flowrate/RootERC20BridgeFlowRate.sol +++ b/src/root/flowrate/RootERC20BridgeFlowRate.sol @@ -57,7 +57,7 @@ contract RootERC20BridgeFlowRate is ); __FlowRateWithdrawalQueue_init(); - + __ReentrancyGuard_init(); _grantRole(DEFAULT_ADMIN_ROLE, superAdmin); _grantRole(RATE_CONTROL_ROLE, rateAdmin); }