Function: setBountyGracePeriod(uint256 newGracePeriod)
This function is used to set the grace period before bounties are paid out.
Inputs
newGracePeriod
Control: Arbitrary.
Constraints: None.
Impact: Value of the grace period in seconds.
Branches and code coverage
Intended branches
Updates
sBountyGracePeriod
withnewGracePeriod
.
Negative behavior
Reverts if the caller is not the owner.