Skip to content

Commit

Permalink
Improve docstring of updateRedemptionProposalParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Jun 16, 2023
1 parent 41476d2 commit 0bb0fc1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion solidity/contracts/bridge/WalletCoordinator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,12 @@ contract WalletCoordinator is OwnableUpgradeable, Reimbursable {

/// @notice Updates parameters related to redemption proposal.
/// @param _redemptionProposalValidity The new value of `redemptionProposalValidity`.
/// @param _redemptionProposalSubmissionGasOffset The new value of `redemptionProposalSubmissionGasOffset`.
/// @param _redemptionRequestMinAge The new value of `redemptionRequestMinAge`.
/// @param _redemptionRequestTimeoutSafetyMargin The new value of
/// `redemptionRequestTimeoutSafetyMargin`.
/// @param _redemptionMaxSize The new value of `redemptionMaxSize`.
/// @param _redemptionProposalSubmissionGasOffset The new value of
/// `redemptionProposalSubmissionGasOffset`.
/// @dev Requirements:
/// - The caller must be the owner.
function updateRedemptionProposalParameters(
Expand Down

0 comments on commit 0bb0fc1

Please sign in to comment.