Skip to content

Commit f7e97e2

Browse files
authored
add natspec fixes to DelegatedManager and TradeExtension (#26)
1 parent ced99fd commit f7e97e2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

contracts/extensions/TradeExtension.sol

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
/*
22
Copyright 2022 Set Labs Inc.
3+
34
Licensed under the Apache License, Version 2.0 (the "License");
45
you may not use this file except in compliance with the License.
56
You may obtain a copy of the License at
7+
68
http://www.apache.org/licenses/LICENSE-2.0
9+
710
Unless required by applicable law or agreed to in writing, software
811
distributed under the License is distributed on an "AS IS" BASIS,
912
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1013
See the License for the specific language governing permissions and
1114
limitations under the License.
15+
1216
SPDX-License-Identifier: Apache License, Version 2.0
1317
*/
1418

contracts/manager/DelegatedManager.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ contract DelegatedManager is Ownable, MutualUpgradeV2 {
325325
}
326326

327327
/**
328-
* ONLY OWNER: Update percent of fees that are sent to owner
328+
* MUTUAL UPGRADE: Update percent of fees that are sent to owner. Owner and Methodologist must each call this function to execute
329+
* the update. If Owner and Methodologist point to the same address, the update can be executed in a single call.
329330
*
330331
* @param _newFeeSplit Percent in precise units (100% = 10**18) of fees that accrue to owner
331332
*/

0 commit comments

Comments
 (0)