Skip to content

Commit

Permalink
Resolve inadequate NatSpec (#9270)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze authored Feb 22, 2022
1 parent 1114edb commit 4625c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/protocol/contracts/common/Accounts.sol
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ contract Accounts is

/**
* @notice Gets validator payment delegation settings.
* @param account Account of the validator.
* @return Beneficiary address and fraction of payment delegated.
*/
function getPaymentDelegation(address account) external view returns (address, uint256) {
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/contracts/stability/Exchange.sol
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ contract Exchange is
/**
* @notice Used in place of the constructor to allow the contract to be upgradable via proxy.
* @param registryAddress The address of the registry core smart contract.
* @param stableTokenIdentifier String identifier of stabletoken in registry
* @param _spread Spread charged on exchanges
* @param _reserveFraction Fraction to commit to the gold bucket
* @param _updateFrequency The time period that needs to elapse between bucket
* updates
* @param _minimumReports The minimum number of fresh reports that need to be
* present in the oracle to update buckets
* commit to the gold bucket
* @param stableTokenIdentifier String identifier of stabletoken in registry
*/
function initialize(
address registryAddress,
Expand Down

0 comments on commit 4625c3f

Please sign in to comment.