Skip to content

Commit

Permalink
add natspec fixes to DelegatedManager and TradeExtension (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
pblivin0x authored Mar 30, 2022
1 parent ced99fd commit f7e97e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions contracts/extensions/TradeExtension.sol
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
/*
Copyright 2022 Set Labs Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
SPDX-License-Identifier: Apache License, Version 2.0
*/

Expand Down
3 changes: 2 additions & 1 deletion contracts/manager/DelegatedManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ contract DelegatedManager is Ownable, MutualUpgradeV2 {
}

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

0 comments on commit f7e97e2

Please sign in to comment.