Skip to content

Commit

Permalink
Merge branch 'dev' into feat/foundry-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl authored Dec 14, 2024
2 parents f281135 + 7c72742 commit 229ed9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ contract ModeratedEvidenceModule is IArbitrableV2 {
totalCostMultiplier = _totalCostMultiplier;
}

/// @dev Change the the time window within which evidence submissions and removals can be contested.
/// @dev Change the time window within which evidence submissions and removals can be contested.
/// Ongoing moderations will start using the latest bondTimeout available after calling moderate() again.
/// @param _bondTimeout Multiplier of arbitration fees that must be paid as fee stake. In basis points.
function changeBondTimeout(uint256 _bondTimeout) external onlyGovernor {
Expand Down

0 comments on commit 229ed9c

Please sign in to comment.